#0F3382

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

Shades of Dark Cerulean #0F3382

Tints of Dark Cerulean #0F3382

Color information

#0F3382 (or 0x0F3382) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 33 and 82. RGB value is (15,51,130). Sum of RGB (Red+Green+Blue) = 15+51+130=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F3382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3382 is #F0CC7D. Grayscale: #303030. Windows color (decimal): -15780990 or 8532751. OLE color: 8532751.

HSL color Cylindrical-coordinate representation of color #0F3382: hue angle of 221.22º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F3382 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1551130-
CMYK0.880.6100.49
HSL221.22º79.31%28.43%-
HSV(B)221.22º88.46%50.98%-
XYZ5.414.0821.62-
YUV49.24173.57103.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=7.65%
G=26.02%
B=66.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15511300.880.6100.49221.2279.3128.43
HexF3382583D031dd4f1c
Octal17632021307506133511734
Binary1111110011100000101011000111101011000111011101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,51,130); }

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

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

 a { background-color: rgb(15,51,130); }

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

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

 span { border-color: rgb(15,51,130); }

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