#08607D

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

Shades of Blue Lagoon #08607D

Tints of Blue Lagoon #08607D

Color information

#08607D (or 0x08607D) is unknown color: approx Blue Lagoon. HEX triplet: 08, 60 and 7D. RGB value is (8,96,125). Sum of RGB (Red+Green+Blue) = 8+96+125=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #08607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08607D is #F79F82. Grayscale: #484848. Windows color (decimal): -16228227 or 8216584. OLE color: 8216584.

HSL color Cylindrical-coordinate representation of color #08607D: hue angle of 194.87º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08607D is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB896125-
CMYK0.940.2300.51
HSL194.87º87.97%26.08%-
HSV(B)194.87º93.6%49.02%-
XYZ7.989.920.89-
YUV72.99157.3581.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=3.49%
G=41.92%
B=54.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8961250.940.2300.51194.8787.9726.08
Hex8607D5E17033c3581a
Octal101401751362706330313032
Binary100011000001111101101111010111011001111000011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08607D; }

 p { color: rgb(8,96,125); }

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

<style>
 a { background-color: #08607D; }

 a { background-color: rgb(8,96,125); }

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

<style>
 span { border-color: #08607D; }

 span { border-color: rgb(8,96,125); }

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