Html Css Color HEX #08536D Blue Lagoon

📋 copy color: '#08536D'

red 8 ◦ green 83 ◦ blue 109

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

Shades of Blue Lagoon #08536D

Tints of Blue Lagoon #08536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 4%
G = 41.5%
B = 54.5%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08536D (or 0x08536D) is known color: Blue Lagoon. HEX triplet: 08, 53 and 6D. RGB value is (8,83,109). Sum of RGB (Red+Green+Blue) = 8+83+109=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #08536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08536D is #F7AC92. Grayscale: #3F3F3F. Windows color (decimal): -16231571 or 7164680. OLE color: 7164680.

HSL color Cylindrical-coordinate representation of color #08536D: hue angle of 195.45º 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 #08536D is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 83 109 -
CMYK 0.93 0.24 0 0.57
HSL 195.45º 0.86% 0.23% -
HSV(B) 195.45º 0.93% 0.43% -
XYZ 5.95 7.34 15.57 -
YUV 63.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 8 83 109 0.93 0.24 0 0.57 195.45 0.86 0.23
Hex 8 53 6D 5D 18 0 39 C3 56 17
Octal 10 123 155 135 30 0 71 303 126 27
Binary 1000 1010011 1101101 1011101 11000 0 111001 11000011 1010110 10111

Color Harmonies of #08536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08536D

Black with #08536D

Text Example


Text Example

White with #08536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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