#0F4F8A

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

Shades of Dark Cerulean #0F4F8A

Tints of Dark Cerulean #0F4F8A

Color information

#0F4F8A (or 0x0F4F8A) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4F and 8A. RGB value is (15,79,138). Sum of RGB (Red+Green+Blue) = 15+79+138=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F4F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4F8A is #F0B075. Grayscale: #424242. Windows color (decimal): -15773814 or 9064207. OLE color: 9064207.

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

Color convert

RGB1579138-
CMYK0.890.4300.46
HSL208.78º80.39%30%-
HSV(B)208.78º89.13%54.12%-
XYZ7.587.5325.1-
YUV66.59168.391.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.47%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=6.47%
G=34.05%
B=59.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15791380.890.4300.46208.7880.3930
HexF4F8A592B02Ed1501e
Octal171172121315305632112036
Binary11111001111100010101011001101011010111011010001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,138); }

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

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

 a { background-color: rgb(15,79,138); }

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

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

 span { border-color: rgb(15,79,138); }

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