Html Css Color HEX #0F3691 Smalt

📋 copy color: '#0F3691'

red 15 ◦ green 54 ◦ blue 145

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

Shades of Smalt #0F3691

Tints of Smalt #0F3691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

 BLUE value IS 145 (57.03% from 255) = 67.76%

R = 7.01%
G = 25.23%
B = 67.76%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F3691 (or 0x0F3691) is known color: Smalt. HEX triplet: 0F, 36 and 91. RGB value is (15,54,145). Sum of RGB (Red+Green+Blue) = 15+54+145=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F3691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3691 is #F0C96E. Grayscale: #343434. Windows color (decimal): -15780207 or 9516559. OLE color: 9516559.

HSL color Cylindrical-coordinate representation of color #0F3691: hue angle of 222º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3691 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 54 145 -
CMYK 0.90 0.63 0 0.43
HSL 222º 0.81% 0.31% -
HSV(B) 222º 0.9% 0.57% -
XYZ 6.63 4.78 27.36 -
YUV 52.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 15 54 145 0.90 0.63 0 0.43 222 0.81 0.31
Hex F 36 91 5A 3F 0 2B DE 51 1F
Octal 17 66 221 132 77 0 53 336 121 37
Binary 1111 110110 10010001 1011010 111111 0 101011 11011110 1010001 11111

Color Harmonies of #0F3691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3691

Black with #0F3691

Text Example


Text Example

White with #0F3691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,145); }

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

background-color css

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

 a { background-color: rgb(15,54,145); }

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

border-color css

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

 span { border-color: rgb(15,54,145); }

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