#00608B

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

Shades of Blue Lagoon #00608B

Tints of Blue Lagoon #00608B

Color information

#00608B (or 0x00608B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 60 and 8B. RGB value is (0,96,139). Sum of RGB (Red+Green+Blue) = 0+96+139=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #00608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00608B is #FF9F74. Grayscale: #474747. Windows color (decimal): -16752501 or 9134080. OLE color: 9134080.

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

Color convert

RGB096139-
CMYK10.3100.45
HSL198.56º100%27.25%-
HSV(B)198.56º100%54.51%-
XYZ8.8410.2325.93-
YUV72.2165.776.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=0%
G=40.85%
B=59.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal09613910.3100.45198.5610027.25
Hex0608B641F02Dc7641b
Octal01402131443705530714433
Binary0110000010001011110010011111010110111000111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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