Html Css Color HEX #0D5C77 Blue Lagoon

📋 copy color: '#0D5C77'

red 13 ◦ green 92 ◦ blue 119

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

Shades of Blue Lagoon #0D5C77

Tints of Blue Lagoon #0D5C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.07%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 5.8%
G = 41.07%
B = 53.13%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D5C77 (or 0x0D5C77) is known color: Blue Lagoon. HEX triplet: 0D, 5C and 77. RGB value is (13,92,119). Sum of RGB (Red+Green+Blue) = 13+92+119=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D5C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5C77 is #F2A388. Grayscale: #474747. Windows color (decimal): -15901577 or 7822349. OLE color: 7822349.

HSL color Cylindrical-coordinate representation of color #0D5C77: hue angle of 195.28º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D5C77 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 92 119 -
CMYK 0.89 0.23 0 0.53
HSL 195.28º 0.8% 0.26% -
HSV(B) 195.28º 0.89% 0.47% -
XYZ 7.32 9.07 18.82 -
YUV 71.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 13 92 119 0.89 0.23 0 0.53 195.28 0.8 0.26
Hex D 5C 77 59 17 0 35 C3 50 1A
Octal 15 134 167 131 27 0 65 303 120 32
Binary 1101 1011100 1110111 1011001 10111 0 110101 11000011 1010000 11010

Color Harmonies of #0D5C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5C77

Black with #0D5C77

Text Example


Text Example

White with #0D5C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,92,119); }

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

background-color css

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

 a { background-color: rgb(13,92,119); }

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

border-color css

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

 span { border-color: rgb(13,92,119); }

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