#0F4692

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

Shades of Dark Cerulean #0F4692

Tints of Dark Cerulean #0F4692

Color information

#0F4692 (or 0x0F4692) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 46 and 92. RGB value is (15,70,146). Sum of RGB (Red+Green+Blue) = 15+70+146=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F4692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4692 is #F0B96D. Grayscale: #3D3D3D. Windows color (decimal): -15776110 or 9586191. OLE color: 9586191.

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

Color convert

RGB1570146-
CMYK0.900.5200.43
HSL214.81º81.37%31.57%-
HSV(B)214.81º89.73%57.25%-
XYZ7.586.5628.06-
YUV62.22175.2894.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=6.49%
G=30.30%
B=63.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15701460.900.5200.43214.8181.3731.57
HexF46925A3402Bd75120
Octal171062221326405332712140
Binary111110001101001001010110101101000101011110101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,70,146); }

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

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

 a { background-color: rgb(15,70,146); }

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

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

 span { border-color: rgb(15,70,146); }

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