Html Css Color HEX #08627B Blue Lagoon

📋 copy color: '#08627B'

red 8 ◦ green 98 ◦ blue 123

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

Shades of Blue Lagoon #08627B

Tints of Blue Lagoon #08627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

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

R = 3.49%
G = 42.79%
B = 53.71%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#08627B (or 0x08627B) is known color: Blue Lagoon. HEX triplet: 08, 62 and 7B. RGB value is (8,98,123). Sum of RGB (Red+Green+Blue) = 8+98+123=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #08627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08627B is #F79D84. Grayscale: #494949. Windows color (decimal): -16227717 or 8086024. OLE color: 8086024.

HSL color Cylindrical-coordinate representation of color #08627B: hue angle of 193.04º 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 #08627B is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 98 123 -
CMYK 0.93 0.20 0 0.52
HSL 193.04º 0.88% 0.26% -
HSV(B) 193.04º 0.93% 0.48% -
XYZ 8.04 10.22 20.29 -
YUV 73.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 8 98 123 0.93 0.20 0 0.52 193.04 0.88 0.26
Hex 8 62 7B 5D 14 0 34 C1 58 1A
Octal 10 142 173 135 24 0 64 301 130 32
Binary 1000 1100010 1111011 1011101 10100 0 110100 11000001 1011000 11010

Color Harmonies of #08627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08627B

Black with #08627B

Text Example


Text Example

White with #08627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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