Html Css Color HEX #0F3996 Smalt

📋 copy color: '#0F3996'

red 15 ◦ green 57 ◦ blue 150

#0F3996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #0F3996

Tints of Smalt #0F3996

RGB

 RED value IS 15 (6.25% from 255) = 6.76%

 GREEN value IS 57 (22.66% from 255) = 25.68%

 BLUE value IS 150 (58.98% from 255) = 67.57%

R = 6.76%
G = 25.68%
B = 67.57%

CMYK

 C value IS 0.9

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F3996 (or 0x0F3996) is known color: Smalt. HEX triplet: 0F, 39 and 96. RGB value is (15,57,150). Sum of RGB (Red+Green+Blue) = 15+57+150=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F3996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3996 is #F0C669. Grayscale: #363636. Windows color (decimal): -15779434 or 9845007. OLE color: 9845007.

HSL color Cylindrical-coordinate representation of color #0F3996: hue angle of 221.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3996 is Cyan = 0.9, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 57 150 -
CMYK 0.9 0.62 0 0.41
HSL 221.33º 0.82% 0.32% -
HSV(B) 221.33º 0.9% 0.59% -
XYZ 7.17 5.23 29.49 -
YUV 55.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 15 57 150 0.9 0.62 0 0.41 221.33 0.82 0.32
Hex F 39 96 5A 3E 0 29 DD 52 20
Octal 17 71 226 132 76 0 51 335 122 40
Binary 1111 111001 10010110 1011010 111110 0 101001 11011101 1010010 100000

Color Harmonies of #0F3996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3996

Black with #0F3996

Text Example


Text Example

White with #0F3996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,150); }

 H1.HeaderClassName
 {
   color: #0F3996;
 }
 .AnyTagClassName
 {
   color: #0F3996;
 }
</style>

background-color css

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

 a { background-color: rgb(15,57,150); }

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

border-color css

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

 span { border-color: rgb(15,57,150); }

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