Html Css Color HEX #0D576B Blue Lagoon

📋 copy color: '#0D576B'

red 13 ◦ green 87 ◦ blue 107

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

Shades of Blue Lagoon #0D576B

Tints of Blue Lagoon #0D576B

RGB

 RED value IS 13 (5.47% from 255) = 6.28%

 GREEN value IS 87 (34.38% from 255) = 42.03%

 BLUE value IS 107 (42.19% from 255) = 51.69%

R = 6.28%
G = 42.03%
B = 51.69%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D576B (or 0x0D576B) is known color: Blue Lagoon. HEX triplet: 0D, 57 and 6B. RGB value is (13,87,107). Sum of RGB (Red+Green+Blue) = 13+87+107=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D576B is #F2A894. Grayscale: #434343. Windows color (decimal): -15902869 or 7034637. OLE color: 7034637.

HSL color Cylindrical-coordinate representation of color #0D576B: hue angle of 192.77º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D576B is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 87 107 -
CMYK 0.88 0.19 0 0.58
HSL 192.77º 0.78% 0.24% -
HSV(B) 192.77º 0.88% 0.42% -
XYZ 6.23 7.96 15.12 -
YUV 67.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 13 87 107 0.88 0.19 0 0.58 192.77 0.78 0.24
Hex D 57 6B 58 13 0 3A C1 4E 18
Octal 15 127 153 130 23 0 72 301 116 30
Binary 1101 1010111 1101011 1011000 10011 0 111010 11000001 1001110 11000

Color Harmonies of #0D576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D576B

Black with #0D576B

Text Example


Text Example

White with #0D576B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D576B; }

 p { color: rgb(13,87,107); }

 H1.HeaderClassName
 {
   color: #0D576B;
 }
 .AnyTagClassName
 {
   color: #0D576B;
 }
</style>

background-color css

<style>
 a { background-color: #0D576B; }

 a { background-color: rgb(13,87,107); }

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

border-color css

<style>
 span { border-color: #0D576B; }

 span { border-color: rgb(13,87,107); }

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