Html Css Color HEX #0D566B Blue Lagoon

📋 copy color: '#0D566B'

red 13 ◦ green 86 ◦ blue 107

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

Shades of Blue Lagoon #0D566B

Tints of Blue Lagoon #0D566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

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

R = 6.31%
G = 41.75%
B = 51.94%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D566B (or 0x0D566B) is known color: Blue Lagoon. HEX triplet: 0D, 56 and 6B. RGB value is (13,86,107). Sum of RGB (Red+Green+Blue) = 13+86+107=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D566B is #F2A994. Grayscale: #424242. Windows color (decimal): -15903125 or 7034381. OLE color: 7034381.

HSL color Cylindrical-coordinate representation of color #0D566B: hue angle of 193.4º 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 #0D566B is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 86 107 -
CMYK 0.88 0.20 0 0.58
HSL 193.4º 0.78% 0.24% -
HSV(B) 193.4º 0.88% 0.42% -
XYZ 6.15 7.8 15.09 -
YUV 66.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 13 86 107 0.88 0.20 0 0.58 193.4 0.78 0.24
Hex D 56 6B 58 14 0 3A C1 4E 18
Octal 15 126 153 130 24 0 72 301 116 30
Binary 1101 1010110 1101011 1011000 10100 0 111010 11000001 1001110 11000

Color Harmonies of #0D566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D566B

Black with #0D566B

Text Example


Text Example

White with #0D566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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