Html Css Color HEX #08607B Blue Lagoon

📋 copy color: '#08607B'

red 8 ◦ green 96 ◦ blue 123

#08607B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #08607B

Tints of Blue Lagoon #08607B

RGB

 RED value IS 8 (3.52% from 255) = 3.52%

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 3.52%
G = 42.29%
B = 54.19%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08607B (or 0x08607B) is known color: Blue Lagoon. HEX triplet: 08, 60 and 7B. RGB value is (8,96,123). Sum of RGB (Red+Green+Blue) = 8+96+123=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #08607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08607B is #F79F84. Grayscale: #484848. Windows color (decimal): -16228229 or 8085512. OLE color: 8085512.

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

Color convert

RGB 8 96 123 -
CMYK 0.93 0.22 0 0.52
HSL 194.09º 0.88% 0.26% -
HSV(B) 194.09º 0.93% 0.48% -
XYZ 7.86 9.85 20.23 -
YUV 72.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 8 96 123 0.93 0.22 0 0.52 194.09 0.88 0.26
Hex 8 60 7B 5D 16 0 34 C2 58 1A
Octal 10 140 173 135 26 0 64 302 130 32
Binary 1000 1100000 1111011 1011101 10110 0 110100 11000010 1011000 11010

Color Harmonies of #08607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08607B

Black with #08607B

Text Example


Text Example

White with #08607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08607B;
 }
 .AnyTagClassName
 {
   color: #08607B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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