Html Css Color HEX #08637D Blue Lagoon

📋 copy color: '#08637D'

red 8 ◦ green 99 ◦ blue 125

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

Shades of Blue Lagoon #08637D

Tints of Blue Lagoon #08637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

 BLUE value IS 125 (49.22% from 255) = 53.88%

R = 3.45%
G = 42.67%
B = 53.88%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08637D (or 0x08637D) is known color: Blue Lagoon. HEX triplet: 08, 63 and 7D. RGB value is (8,99,125). Sum of RGB (Red+Green+Blue) = 8+99+125=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #08637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08637D is #F79C82. Grayscale: #4A4A4A. Windows color (decimal): -16227459 or 8217352. OLE color: 8217352.

HSL color Cylindrical-coordinate representation of color #08637D: hue angle of 193.33º 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 #08637D is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 99 125 -
CMYK 0.94 0.21 0 0.51
HSL 193.33º 0.88% 0.26% -
HSV(B) 193.33º 0.94% 0.49% -
XYZ 8.26 10.46 20.98 -
YUV 74.76 156.35 80.39 -
System Red Green Blue C M Y K H S L
Decimal 8 99 125 0.94 0.21 0 0.51 193.33 0.88 0.26
Hex 8 63 7D 5E 15 0 33 C1 58 1A
Octal 10 143 175 136 25 0 63 301 130 32
Binary 1000 1100011 1111101 1011110 10101 0 110011 11000001 1011000 11010

Color Harmonies of #08637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08637D

Black with #08637D

Text Example


Text Example

White with #08637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08637D;
 }
 .AnyTagClassName
 {
   color: #08637D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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