Html Css Color HEX #0F3492 Smalt

📋 copy color: '#0F3492'

red 15 ◦ green 52 ◦ blue 146

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

Shades of Smalt #0F3492

Tints of Smalt #0F3492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 7.04%
G = 24.41%
B = 68.54%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F3492 (or 0x0F3492) is known color: Smalt. HEX triplet: 0F, 34 and 92. RGB value is (15,52,146). Sum of RGB (Red+Green+Blue) = 15+52+146=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F3492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3492 is #F0CB6D. Grayscale: #333333. Windows color (decimal): -15780718 or 9581583. OLE color: 9581583.

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

Color convert

RGB 15 52 146 -
CMYK 0.90 0.64 0 0.43
HSL 223.05º 0.81% 0.32% -
HSV(B) 223.05º 0.9% 0.57% -
XYZ 6.61 4.63 27.74 -
YUV 51.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 15 52 146 0.90 0.64 0 0.43 223.05 0.81 0.32
Hex F 34 92 5A 40 0 2B DF 51 20
Octal 17 64 222 132 100 0 53 337 121 40
Binary 1111 110100 10010010 1011010 1000000 0 101011 11011111 1010001 100000

Color Harmonies of #0F3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3492

Black with #0F3492

Text Example


Text Example

White with #0F3492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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