#0D6078

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

Shades of Blue Lagoon #0D6078

Tints of Blue Lagoon #0D6078

Color information

#0D6078 (or 0x0D6078) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 60 and 78. RGB value is (13,96,120). Sum of RGB (Red+Green+Blue) = 13+96+120=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D6078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6078 is #F29F87. Grayscale: #494949. Windows color (decimal): -15900552 or 7888909. OLE color: 7888909.

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

Color convert

RGB1396120-
CMYK0.890.200.53
HSL193.46º80.45%26.08%-
HSV(B)193.46º89.17%47.06%-
XYZ7.749.8119.25-
YUV73.9215484.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.68%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=5.68%
G=41.92%
B=52.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13961200.890.200.53193.4680.4526.08
HexD60785914035c1501a
Octal151401701312406530112032
Binary110111000001111000101100110100011010111000001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,120); }

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

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

 a { background-color: rgb(13,96,120); }

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

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

 span { border-color: rgb(13,96,120); }

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