Html Css Color HEX #0F4292 Smalt

📋 copy color: '#0F4292'

red 15 ◦ green 66 ◦ blue 146

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

Shades of Smalt #0F4292

Tints of Smalt #0F4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 146 (57.42% from 255) = 64.32%

R = 6.61%
G = 29.07%
B = 64.32%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F4292 (or 0x0F4292) is known color: Smalt. HEX triplet: 0F, 42 and 92. RGB value is (15,66,146). Sum of RGB (Red+Green+Blue) = 15+66+146=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F4292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4292 is #F0BD6D. Grayscale: #3B3B3B. Windows color (decimal): -15777134 or 9585167. OLE color: 9585167.

HSL color Cylindrical-coordinate representation of color #0F4292: hue angle of 216.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4292 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 66 146 -
CMYK 0.90 0.55 0 0.43
HSL 216.64º 0.81% 0.32% -
HSV(B) 216.64º 0.9% 0.57% -
XYZ 7.33 6.07 27.98 -
YUV 59.87 176.6 96 -
System Red Green Blue C M Y K H S L
Decimal 15 66 146 0.90 0.55 0 0.43 216.64 0.81 0.32
Hex F 42 92 5A 37 0 2B D9 51 20
Octal 17 102 222 132 67 0 53 331 121 40
Binary 1111 1000010 10010010 1011010 110111 0 101011 11011001 1010001 100000

Color Harmonies of #0F4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4292

Black with #0F4292

Text Example


Text Example

White with #0F4292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,146); }

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

background-color css

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

 a { background-color: rgb(15,66,146); }

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

border-color css

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

 span { border-color: rgb(15,66,146); }

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