#0D5C6C

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

Shades of Blue Lagoon #0D5C6C

Tints of Blue Lagoon #0D5C6C

Color information

#0D5C6C (or 0x0D5C6C) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 5C and 6C. RGB value is (13,92,108). Sum of RGB (Red+Green+Blue) = 13+92+108=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D5C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5C6C is #F2A393. Grayscale: #464646. Windows color (decimal): -15901588 or 7101453. OLE color: 7101453.

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

Color convert

RGB1392108-
CMYK0.880.1500.58
HSL190.11º78.51%23.73%-
HSV(B)190.11º87.96%42.35%-
XYZ6.78.8215.54-
YUV70.2149.3387.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.10%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 108 (42.58% from 255) = 50.70%
R=6.10%
G=43.19%
B=50.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13921080.880.1500.58190.1178.5123.73
HexD5C6C58F03Abe4f18
Octal151341541301707227611730
Binary11011011100110110010110001111011101010111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D5C6C;
 }
 .AnyTagClassName
 {
   color: #0D5C6C;
 }
</style>
background-color css

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

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

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

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

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

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