Html Css Color HEX #0D596B Blue Lagoon

📋 copy color: '#0D596B'

red 13 ◦ green 89 ◦ blue 107

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

Shades of Blue Lagoon #0D596B

Tints of Blue Lagoon #0D596B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 6.22%
G = 42.58%
B = 51.2%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D596B (or 0x0D596B) is known color: Blue Lagoon. HEX triplet: 0D, 59 and 6B. RGB value is (13,89,107). Sum of RGB (Red+Green+Blue) = 13+89+107=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D596B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D596B is #F2A694. Grayscale: #444444. Windows color (decimal): -15902357 or 7035149. OLE color: 7035149.

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

Color convert

RGB 13 89 107 -
CMYK 0.88 0.17 0 0.58
HSL 191.49º 0.78% 0.24% -
HSV(B) 191.49º 0.88% 0.42% -
XYZ 6.39 8.29 15.17 -
YUV 68.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 13 89 107 0.88 0.17 0 0.58 191.49 0.78 0.24
Hex D 59 6B 58 11 0 3A BF 4E 18
Octal 15 131 153 130 21 0 72 277 116 30
Binary 1101 1011001 1101011 1011000 10001 0 111010 10111111 1001110 11000

Color Harmonies of #0D596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D596B

Black with #0D596B

Text Example


Text Example

White with #0D596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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