Html Css Color HEX #0F4497 Smalt

📋 copy color: '#0F4497'

red 15 ◦ green 68 ◦ blue 151

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

Shades of Smalt #0F4497

Tints of Smalt #0F4497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 6.41%
G = 29.06%
B = 64.53%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F4497 (or 0x0F4497) is known color: Smalt. HEX triplet: 0F, 44 and 97. RGB value is (15,68,151). Sum of RGB (Red+Green+Blue) = 15+68+151=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F4497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4497 is #F0BB68. Grayscale: #3D3D3D. Windows color (decimal): -15776617 or 9913359. OLE color: 9913359.

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

Color convert

RGB 15 68 151 -
CMYK 0.90 0.55 0 0.41
HSL 216.62º 0.82% 0.33% -
HSV(B) 216.62º 0.9% 0.59% -
XYZ 7.85 6.47 30.11 -
YUV 61.62 178.44 94.75 -
System Red Green Blue C M Y K H S L
Decimal 15 68 151 0.90 0.55 0 0.41 216.62 0.82 0.33
Hex F 44 97 5A 37 0 29 D9 52 21
Octal 17 104 227 132 67 0 51 331 122 41
Binary 1111 1000100 10010111 1011010 110111 0 101001 11011001 1010010 100001

Color Harmonies of #0F4497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4497

Black with #0F4497

Text Example


Text Example

White with #0F4497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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