Html Css Color HEX #0F3192 Smalt

📋 copy color: '#0F3192'

red 15 ◦ green 49 ◦ blue 146

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

Shades of Smalt #0F3192

Tints of Smalt #0F3192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

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

R = 7.14%
G = 23.33%
B = 69.52%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F3192 (or 0x0F3192) is known color: Smalt. HEX triplet: 0F, 31 and 92. RGB value is (15,49,146). Sum of RGB (Red+Green+Blue) = 15+49+146=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F3192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3192 is #F0CE6D. Grayscale: #313131. Windows color (decimal): -15781486 or 9580815. OLE color: 9580815.

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

Color convert

RGB 15 49 146 -
CMYK 0.90 0.66 0 0.43
HSL 224.43º 0.81% 0.32% -
HSV(B) 224.43º 0.9% 0.57% -
XYZ 6.48 4.37 27.7 -
YUV 49.89 182.24 103.11 -
System Red Green Blue C M Y K H S L
Decimal 15 49 146 0.90 0.66 0 0.43 224.43 0.81 0.32
Hex F 31 92 5A 42 0 2B E0 51 20
Octal 17 61 222 132 102 0 53 340 121 40
Binary 1111 110001 10010010 1011010 1000010 0 101011 11100000 1010001 100000

Color Harmonies of #0F3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3192

Black with #0F3192

Text Example


Text Example

White with #0F3192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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