#08637D

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

Shades of Blue Lagoon #08637D

Tints of Blue Lagoon #08637D

Color information

#08637D (or 0x08637D) is unknown color: approx 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

RGB899125-
CMYK0.940.2100.51
HSL193.33º87.97%26.08%-
HSV(B)193.33º93.6%49.02%-
XYZ8.2610.4620.98-
YUV74.76156.3580.39-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8991250.940.2100.51193.3387.9726.08
Hex8637D5E15033c1581a
Octal101431751362506330113032
Binary100011000111111101101111010101011001111000001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>