Html Css Color HEX #0F2491 Smalt

📋 copy color: '#0F2491'

red 15 ◦ green 36 ◦ blue 145

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

Shades of Smalt #0F2491

Tints of Smalt #0F2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

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

R = 7.65%
G = 18.37%
B = 73.98%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F2491 (or 0x0F2491) is known color: Smalt. HEX triplet: 0F, 24 and 91. RGB value is (15,36,145). Sum of RGB (Red+Green+Blue) = 15+36+145=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F2491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2491 is #F0DB6E. Grayscale: #292929. Windows color (decimal): -15784815 or 9511951. OLE color: 9511951.

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

Color convert

RGB 15 36 145 -
CMYK 0.90 0.75 0 0.43
HSL 230.31º 0.81% 0.31% -
HSV(B) 230.31º 0.9% 0.57% -
XYZ 5.94 3.41 27.13 -
YUV 42.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 15 36 145 0.90 0.75 0 0.43 230.31 0.81 0.31
Hex F 24 91 5A 4B 0 2B E6 51 1F
Octal 17 44 221 132 113 0 53 346 121 37
Binary 1111 100100 10010001 1011010 1001011 0 101011 11100110 1010001 11111

Color Harmonies of #0F2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2491

Black with #0F2491

Text Example


Text Example

White with #0F2491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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