Html Css Color HEX #0F4091 Smalt

📋 copy color: '#0F4091'

red 15 ◦ green 64 ◦ blue 145

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

Shades of Smalt #0F4091

Tints of Smalt #0F4091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

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

R = 6.7%
G = 28.57%
B = 64.73%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F4091 (or 0x0F4091) is known color: Smalt. HEX triplet: 0F, 40 and 91. RGB value is (15,64,145). Sum of RGB (Red+Green+Blue) = 15+64+145=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F4091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4091 is #F0BF6E. Grayscale: #3A3A3A. Windows color (decimal): -15777647 or 9519119. OLE color: 9519119.

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

Color convert

RGB 15 64 145 -
CMYK 0.90 0.56 0 0.43
HSL 217.38º 0.81% 0.31% -
HSV(B) 217.38º 0.9% 0.57% -
XYZ 7.14 5.81 27.53 -
YUV 58.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 15 64 145 0.90 0.56 0 0.43 217.38 0.81 0.31
Hex F 40 91 5A 38 0 2B D9 51 1F
Octal 17 100 221 132 70 0 53 331 121 37
Binary 1111 1000000 10010001 1011010 111000 0 101011 11011001 1010001 11111

Color Harmonies of #0F4091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4091

Black with #0F4091

Text Example


Text Example

White with #0F4091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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