#0D4F69

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

Shades of Blue Lagoon #0D4F69

Tints of Blue Lagoon #0D4F69

Color information

#0D4F69 (or 0x0D4F69) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 4F and 69. RGB value is (13,79,105). Sum of RGB (Red+Green+Blue) = 13+79+105=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #0D4F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F69 is #F2B096. Grayscale: #3E3E3E. Windows color (decimal): -15904919 or 6901517. OLE color: 6901517.

HSL color Cylindrical-coordinate representation of color #0D4F69: hue angle of 196.96º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4F69 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1379105-
CMYK0.880.2500.59
HSL196.96º77.97%23.14%-
HSV(B)196.96º87.62%41.18%-
XYZ5.516.714.37-
YUV62.23152.1392.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=6.60%
G=40.10%
B=53.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13791050.880.2500.59196.9677.9723.14
HexD4F69581903Bc54e17
Octal151171511303107330511627
Binary110110011111101001101100011001011101111000101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,79,105); }

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

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

 a { background-color: rgb(13,79,105); }

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

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

 span { border-color: rgb(13,79,105); }

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