#07608B

Color #07608B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #07608B

Tints of Allports #07608B

Color information

#07608B (or 0x07608B) is unknown color: approx Allports. HEX triplet: 07, 60 and 8B. RGB value is (7,96,139). Sum of RGB (Red+Green+Blue) = 7+96+139=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #07608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07608B is #F89F74. Grayscale: #4A4A4A. Windows color (decimal): -16293749 or 9134087. OLE color: 9134087.

HSL color Cylindrical-coordinate representation of color #07608B: hue angle of 199.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07608B is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB796139-
CMYK0.950.3100.45
HSL199.55º90.41%28.63%-
HSV(B)199.55º94.96%54.51%-
XYZ8.9310.2725.94-
YUV74.29164.5180-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.89%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=2.89%
G=39.67%
B=57.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7961390.950.3100.45199.5590.4128.63
Hex7608B5F1F02Dc85a1d
Octal71402131373705531013235
Binary111110000010001011101111111111010110111001000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07608B; }

 p { color: rgb(7,96,139); }

 H1.HeaderClassName
 {
   color: #07608B;
 }
 .AnyTagClassName
 {
   color: #07608B;
 }
</style>
background-color css

<style>
 a { background-color: #07608B; }

 a { background-color: rgb(7,96,139); }

 div.DivClassName
 {
   background-color: #07608B;
 }
 .BgClassName
 {
   background-color: #07608B;
 }
</style>
border-color css

<style>
 span { border-color: #07608B; }

 span { border-color: rgb(7,96,139); }

 td.TdClassName
 {
   border-color: #07608B;
 }
 .TagClassName
 {
   border-color: #07608B;
 }
</style>