Html Css Color HEX #0D6477 Blue Lagoon

📋 copy color: '#0D6477'

red 13 ◦ green 100 ◦ blue 119

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

Shades of Blue Lagoon #0D6477

Tints of Blue Lagoon #0D6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.1%

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

R = 5.6%
G = 43.1%
B = 51.29%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D6477 (or 0x0D6477) is known color: Blue Lagoon. HEX triplet: 0D, 64 and 77. RGB value is (13,100,119). Sum of RGB (Red+Green+Blue) = 13+100+119=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D6477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6477 is #F29B88. Grayscale: #4B4B4B. Windows color (decimal): -15899529 or 7824397. OLE color: 7824397.

HSL color Cylindrical-coordinate representation of color #0D6477: hue angle of 190.75º 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 #0D6477 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 100 119 -
CMYK 0.89 0.16 0 0.53
HSL 190.75º 0.8% 0.26% -
HSV(B) 190.75º 0.89% 0.47% -
XYZ 8.05 10.53 19.06 -
YUV 76.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 13 100 119 0.89 0.16 0 0.53 190.75 0.8 0.26
Hex D 64 77 59 10 0 35 BF 50 1A
Octal 15 144 167 131 20 0 65 277 120 32
Binary 1101 1100100 1110111 1011001 10000 0 110101 10111111 1010000 11010

Color Harmonies of #0D6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6477

Black with #0D6477

Text Example


Text Example

White with #0D6477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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