#0D6477

Color #0D6477 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0D6477

Tints of Blue Lagoon #0D6477

Color information

#0D6477 (or 0x0D6477) is unknown color: approx 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

RGB13100119-
CMYK0.890.1600.53
HSL190.75º80.3%25.88%-
HSV(B)190.75º89.08%46.67%-
XYZ8.0510.5319.06-
YUV76.15152.1882.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=5.60%
G=43.10%
B=51.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal131001190.890.1600.53190.7580.325.88
HexD64775910035bf501a
Octal151441671312006527712032
Binary110111001001110111101100110000011010110111111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>