Html Css Color HEX #0F4293 Smalt

📋 copy color: '#0F4293'

red 15 ◦ green 66 ◦ blue 147

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

Shades of Smalt #0F4293

Tints of Smalt #0F4293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 6.58%
G = 28.95%
B = 64.47%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F4293 (or 0x0F4293) is known color: Smalt. HEX triplet: 0F, 42 and 93. RGB value is (15,66,147). Sum of RGB (Red+Green+Blue) = 15+66+147=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F4293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4293 is #F0BD6C. Grayscale: #3B3B3B. Windows color (decimal): -15777133 or 9650703. OLE color: 9650703.

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

Color convert

RGB 15 66 147 -
CMYK 0.90 0.55 0 0.42
HSL 216.82º 0.81% 0.32% -
HSV(B) 216.82º 0.9% 0.58% -
XYZ 7.41 6.1 28.39 -
YUV 59.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 15 66 147 0.90 0.55 0 0.42 216.82 0.81 0.32
Hex F 42 93 5A 37 0 2A D9 51 20
Octal 17 102 223 132 67 0 52 331 121 40
Binary 1111 1000010 10010011 1011010 110111 0 101010 11011001 1010001 100000

Color Harmonies of #0F4293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4293

Black with #0F4293

Text Example


Text Example

White with #0F4293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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