#08607A

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

Shades of Blue Lagoon #08607A

Tints of Blue Lagoon #08607A

Color information

#08607A (or 0x08607A) is unknown color: approx Blue Lagoon. HEX triplet: 08, 60 and 7A. RGB value is (8,96,122). Sum of RGB (Red+Green+Blue) = 8+96+122=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #08607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08607A is #F79F85. Grayscale: #484848. Windows color (decimal): -16228230 or 8019976. OLE color: 8019976.

HSL color Cylindrical-coordinate representation of color #08607A: hue angle of 193.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08607A is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB896122-
CMYK0.930.2100.52
HSL193.68º87.69%25.49%-
HSV(B)193.68º93.44%47.84%-
XYZ7.89.8219.9-
YUV72.65155.8581.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=3.54%
G=42.48%
B=53.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8961220.930.2100.52193.6887.6925.49
Hex8607A5D15034c25819
Octal101401721352506430213031
Binary100011000001111010101110110101011010011000010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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