Html Css Color HEX #0F3591 Smalt

📋 copy color: '#0F3591'

red 15 ◦ green 53 ◦ blue 145

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

Shades of Smalt #0F3591

Tints of Smalt #0F3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 7.04%
G = 24.88%
B = 68.08%

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

#0F3591 (or 0x0F3591) is known color: Smalt. HEX triplet: 0F, 35 and 91. RGB value is (15,53,145). Sum of RGB (Red+Green+Blue) = 15+53+145=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F3591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3591 is #F0CA6E. Grayscale: #333333. Windows color (decimal): -15780463 or 9516303. OLE color: 9516303.

HSL color Cylindrical-coordinate representation of color #0F3591: hue angle of 222.46º 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 #0F3591 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 53 145 -
CMYK 0.90 0.63 0 0.43
HSL 222.46º 0.81% 0.31% -
HSV(B) 222.46º 0.9% 0.57% -
XYZ 6.58 4.69 27.35 -
YUV 52.13 180.41 101.52 -
System Red Green Blue C M Y K H S L
Decimal 15 53 145 0.90 0.63 0 0.43 222.46 0.81 0.31
Hex F 35 91 5A 3F 0 2B DE 51 1F
Octal 17 65 221 132 77 0 53 336 121 37
Binary 1111 110101 10010001 1011010 111111 0 101011 11011110 1010001 11111

Color Harmonies of #0F3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3591

Black with #0F3591

Text Example


Text Example

White with #0F3591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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