#0F3F8A

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

Shades of Dark Cerulean #0F3F8A

Tints of Dark Cerulean #0F3F8A

Color information

#0F3F8A (or 0x0F3F8A) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 3F and 8A. RGB value is (15,63,138). Sum of RGB (Red+Green+Blue) = 15+63+138=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F3F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3F8A is #F0C075. Grayscale: #383838. Windows color (decimal): -15777910 or 9060111. OLE color: 9060111.

HSL color Cylindrical-coordinate representation of color #0F3F8A: hue angle of 216.59º 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 #0F3F8A is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1563138-
CMYK0.890.5400.46
HSL216.59º80.39%30%-
HSV(B)216.59º89.13%54.12%-
XYZ6.565.4924.76-
YUV57.2173.697.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 138 (54.30% from 255) = 63.89%
R=6.94%
G=29.17%
B=63.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15631380.890.5400.46216.5980.3930
HexF3F8A593602Ed9501e
Octal17772121316605633112036
Binary1111111111100010101011001110110010111011011001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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