#0D5F7B

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

Shades of Blue Lagoon #0D5F7B

Tints of Blue Lagoon #0D5F7B

Color information

#0D5F7B (or 0x0D5F7B) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 5F and 7B. RGB value is (13,95,123). Sum of RGB (Red+Green+Blue) = 13+95+123=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D5F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5F7B is #F2A084. Grayscale: #494949. Windows color (decimal): -15900805 or 8085261. OLE color: 8085261.

HSL color Cylindrical-coordinate representation of color #0D5F7B: hue angle of 195.27º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D5F7B is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1395123-
CMYK0.890.2300.52
HSL195.27º80.88%26.67%-
HSV(B)195.27º89.43%48.24%-
XYZ7.839.720.2-
YUV73.67155.8384.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=5.63%
G=41.13%
B=53.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13951230.890.2300.52195.2780.8826.67
HexD5F7B5917034c3511b
Octal151371731312706430312133
Binary110110111111111011101100110111011010011000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,95,123); }

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

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

 a { background-color: rgb(13,95,123); }

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

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

 span { border-color: rgb(13,95,123); }

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