Html Css Color HEX #08526C Blue Lagoon

📋 copy color: '#08526C'

red 8 ◦ green 82 ◦ blue 108

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

Shades of Blue Lagoon #08526C

Tints of Blue Lagoon #08526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.41%

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 4.04%
G = 41.41%
B = 54.55%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08526C (or 0x08526C) is known color: Blue Lagoon. HEX triplet: 08, 52 and 6C. RGB value is (8,82,108). Sum of RGB (Red+Green+Blue) = 8+82+108=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #08526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08526C is #F7AD93. Grayscale: #3E3E3E. Windows color (decimal): -16231828 or 7098888. OLE color: 7098888.

HSL color Cylindrical-coordinate representation of color #08526C: hue angle of 195.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08526C is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 82 108 -
CMYK 0.93 0.24 0 0.58
HSL 195.6º 0.86% 0.23% -
HSV(B) 195.6º 0.93% 0.42% -
XYZ 5.82 7.17 15.26 -
YUV 62.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 8 82 108 0.93 0.24 0 0.58 195.6 0.86 0.23
Hex 8 52 6C 5D 18 0 3A C4 56 17
Octal 10 122 154 135 30 0 72 304 126 27
Binary 1000 1010010 1101100 1011101 11000 0 111010 11000100 1010110 10111

Color Harmonies of #08526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08526C

Black with #08526C

Text Example


Text Example

White with #08526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08526C; }

 p { color: rgb(8,82,108); }

 H1.HeaderClassName
 {
   color: #08526C;
 }
 .AnyTagClassName
 {
   color: #08526C;
 }
</style>

background-color css

<style>
 a { background-color: #08526C; }

 a { background-color: rgb(8,82,108); }

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

border-color css

<style>
 span { border-color: #08526C; }

 span { border-color: rgb(8,82,108); }

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