#0F477F

Color #0F477F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0F477F

Tints of Dark Cerulean #0F477F

Color information

#0F477F (or 0x0F477F) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 47 and 7F. RGB value is (15,71,127). Sum of RGB (Red+Green+Blue) = 15+71+127=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F477F is #F0B880. Grayscale: #3C3C3C. Windows color (decimal): -15775873 or 8341263. OLE color: 8341263.

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

Color convert

RGB1571127-
CMYK0.880.4400.50
HSL210º78.87%27.84%-
HSV(B)210º88.19%49.8%-
XYZ6.286.1420.93-
YUV60.64165.4595.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 59.62%
R=7.04%
G=33.33%
B=59.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15711270.880.4400.5021078.8727.84
HexF477F582C032d24f1c
Octal171071771305406232211734
Binary1111100011111111111011000101100011001011010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,127); }

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

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

 a { background-color: rgb(15,71,127); }

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

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

 span { border-color: rgb(15,71,127); }

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