#0F4C83

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

Shades of Dark Cerulean #0F4C83

Tints of Dark Cerulean #0F4C83

Color information

#0F4C83 (or 0x0F4C83) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4C and 83. RGB value is (15,76,131). Sum of RGB (Red+Green+Blue) = 15+76+131=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F4C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4C83 is #F0B37C. Grayscale: #3F3F3F. Windows color (decimal): -15774589 or 8604687. OLE color: 8604687.

HSL color Cylindrical-coordinate representation of color #0F4C83: hue angle of 208.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4C83 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1576131-
CMYK0.890.4200.49
HSL208.45º79.45%28.63%-
HSV(B)208.45º88.55%51.37%-
XYZ6.886.9122.44-
YUV64.03165.7993.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 131 (51.56% from 255) = 59.01%
R=6.76%
G=34.23%
B=59.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15761310.890.4200.49208.4579.4528.63
HexF4C83592A031d04f1d
Octal171142031315206132011735
Binary11111001100100000111011001101010011000111010000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,76,131); }

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

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

 a { background-color: rgb(15,76,131); }

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

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

 span { border-color: rgb(15,76,131); }

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