#0F4B93

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

Shades of Dark Cerulean #0F4B93

Tints of Dark Cerulean #0F4B93

Color information

#0F4B93 (or 0x0F4B93) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4B and 93. RGB value is (15,75,147). Sum of RGB (Red+Green+Blue) = 15+75+147=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F4B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4B93 is #F0B46C. Grayscale: #404040. Windows color (decimal): -15774829 or 9653007. OLE color: 9653007.

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

Color convert

RGB1575147-
CMYK0.900.4900.42
HSL212.73º81.48%31.76%-
HSV(B)212.73º89.8%57.65%-
XYZ7.987.2428.58-
YUV65.27174.1292.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.33%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 147 (57.81% from 255) = 62.03%
R=6.33%
G=31.65%
B=62.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15751470.900.4900.42212.7381.4831.76
HexF4B935A3102Ad55120
Octal171132231326105232512140
Binary111110010111001001110110101100010101010110101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,75,147); }

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

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

 a { background-color: rgb(15,75,147); }

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

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

 span { border-color: rgb(15,75,147); }

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