Html Css Color HEX #0F4697 Smalt

📋 copy color: '#0F4697'

red 15 ◦ green 70 ◦ blue 151

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

Shades of Smalt #0F4697

Tints of Smalt #0F4697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 151 (59.38% from 255) = 63.98%

R = 6.36%
G = 29.66%
B = 63.98%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F4697 (or 0x0F4697) is known color: Smalt. HEX triplet: 0F, 46 and 97. RGB value is (15,70,151). Sum of RGB (Red+Green+Blue) = 15+70+151=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F4697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4697 is #F0B968. Grayscale: #3E3E3E. Windows color (decimal): -15776105 or 9913871. OLE color: 9913871.

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

Color convert

RGB 15 70 151 -
CMYK 0.90 0.54 0 0.41
HSL 215.74º 0.82% 0.33% -
HSV(B) 215.74º 0.9% 0.59% -
XYZ 7.97 6.72 30.15 -
YUV 62.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 15 70 151 0.90 0.54 0 0.41 215.74 0.82 0.33
Hex F 46 97 5A 36 0 29 D8 52 21
Octal 17 106 227 132 66 0 51 330 122 41
Binary 1111 1000110 10010111 1011010 110110 0 101001 11011000 1010010 100001

Color Harmonies of #0F4697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4697

Black with #0F4697

Text Example


Text Example

White with #0F4697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,151); }

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

background-color css

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

 a { background-color: rgb(15,70,151); }

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

border-color css

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

 span { border-color: rgb(15,70,151); }

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