#0F4885

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

Shades of Dark Cerulean #0F4885

Tints of Dark Cerulean #0F4885

Color information

#0F4885 (or 0x0F4885) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 48 and 85. RGB value is (15,72,133). Sum of RGB (Red+Green+Blue) = 15+72+133=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F4885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4885 is #F0B77A. Grayscale: #3D3D3D. Windows color (decimal): -15775611 or 8734735. OLE color: 8734735.

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

Color convert

RGB1572133-
CMYK0.890.4600.48
HSL211.02º79.73%29.02%-
HSV(B)211.02º88.72%52.16%-
XYZ6.756.4323.08-
YUV61.91168.1294.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 133 (52.34% from 255) = 60.45%
R=6.82%
G=32.73%
B=60.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15721330.890.4600.48211.0279.7329.02
HexF4885592E030d3501d
Octal171102051315606032312035
Binary11111001000100001011011001101110011000011010011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,133); }

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

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

 a { background-color: rgb(15,72,133); }

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

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

 span { border-color: rgb(15,72,133); }

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