#0D6270

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

Shades of Blue Lagoon #0D6270

Tints of Blue Lagoon #0D6270

Color information

#0D6270 (or 0x0D6270) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 62 and 70. RGB value is (13,98,112). Sum of RGB (Red+Green+Blue) = 13+98+112=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D6270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6270 is #F29D8F. Grayscale: #4A4A4A. Windows color (decimal): -15900048 or 7365133. OLE color: 7365133.

HSL color Cylindrical-coordinate representation of color #0D6270: hue angle of 188.48º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6270 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1398112-
CMYK0.880.1300.56
HSL188.48º79.2%24.51%-
HSV(B)188.48º88.39%43.92%-
XYZ7.469.9916.86-
YUV74.18149.3484.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.83%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=5.83%
G=43.95%
B=50.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13981120.880.1300.56188.4879.224.51
HexD627058D038bc4f19
Octal151421601301507027411731
Binary11011100010111000010110001101011100010111100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,98,112); }

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

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

 a { background-color: rgb(13,98,112); }

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

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

 span { border-color: rgb(13,98,112); }

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