#0F4590

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

Shades of Dark Cerulean #0F4590

Tints of Dark Cerulean #0F4590

Color information

#0F4590 (or 0x0F4590) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 45 and 90. RGB value is (15,69,144). Sum of RGB (Red+Green+Blue) = 15+69+144=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F4590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4590 is #F0BA6F. Grayscale: #3D3D3D. Windows color (decimal): -15776368 or 9454863. OLE color: 9454863.

HSL color Cylindrical-coordinate representation of color #0F4590: hue angle of 214.88º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4590 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1569144-
CMYK0.900.5200.44
HSL214.88º81.13%31.18%-
HSV(B)214.88º89.58%56.47%-
XYZ7.366.3727.23-
YUV61.4174.6194.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=6.58%
G=30.26%
B=63.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15691440.900.5200.44214.8881.1331.18
HexF45905A3402Cd7511f
Octal171052201326405432712137
Binary11111000101100100001011010110100010110011010111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,144); }

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

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

 a { background-color: rgb(15,69,144); }

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

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

 span { border-color: rgb(15,69,144); }

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