Html Css Color HEX #08536E Blue Lagoon

📋 copy color: '#08536E'

red 8 ◦ green 83 ◦ blue 110

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

Shades of Blue Lagoon #08536E

Tints of Blue Lagoon #08536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 3.98%
G = 41.29%
B = 54.73%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08536E (or 0x08536E) is known color: Blue Lagoon. HEX triplet: 08, 53 and 6E. RGB value is (8,83,110). Sum of RGB (Red+Green+Blue) = 8+83+110=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #08536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08536E is #F7AC91. Grayscale: #3F3F3F. Windows color (decimal): -16231570 or 7230216. OLE color: 7230216.

HSL color Cylindrical-coordinate representation of color #08536E: hue angle of 195.88º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08536E is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 83 110 -
CMYK 0.93 0.25 0 0.57
HSL 195.88º 0.86% 0.23% -
HSV(B) 195.88º 0.93% 0.43% -
XYZ 6.01 7.36 15.86 -
YUV 63.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 8 83 110 0.93 0.25 0 0.57 195.88 0.86 0.23
Hex 8 53 6E 5D 19 0 39 C4 56 17
Octal 10 123 156 135 31 0 71 304 126 27
Binary 1000 1010011 1101110 1011101 11001 0 111001 11000100 1010110 10111

Color Harmonies of #08536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08536E

Black with #08536E

Text Example


Text Example

White with #08536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08536E; }

 p { color: rgb(8,83,110); }

 H1.HeaderClassName
 {
   color: #08536E;
 }
 .AnyTagClassName
 {
   color: #08536E;
 }
</style>

background-color css

<style>
 a { background-color: #08536E; }

 a { background-color: rgb(8,83,110); }

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

border-color css

<style>
 span { border-color: #08536E; }

 span { border-color: rgb(8,83,110); }

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