#0F407A

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

Shades of Dark Cerulean #0F407A

Tints of Dark Cerulean #0F407A

Color information

#0F407A (or 0x0F407A) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 40 and 7A. RGB value is (15,64,122). Sum of RGB (Red+Green+Blue) = 15+64+122=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F407A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F407A is #F0BF85. Grayscale: #373737. Windows color (decimal): -15777670 or 8011791. OLE color: 8011791.

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

Color convert

RGB1564122-
CMYK0.880.4800.52
HSL212.52º78.1%26.86%-
HSV(B)212.52º87.7%47.84%-
XYZ5.545.1719.12-
YUV55.96165.2798.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.46%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=7.46%
G=31.84%
B=60.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15641220.880.4800.52212.5278.126.86
HexF407A5830034d54e1b
Octal171001721306006432511633
Binary1111100000011110101011000110000011010011010101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,122); }

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

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

 a { background-color: rgb(15,64,122); }

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

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

 span { border-color: rgb(15,64,122); }

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