Html Css Color HEX #0F3194 Smalt

📋 copy color: '#0F3194'

red 15 ◦ green 49 ◦ blue 148

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

Shades of Smalt #0F3194

Tints of Smalt #0F3194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 69.81%

R = 7.08%
G = 23.11%
B = 69.81%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F3194 (or 0x0F3194) is known color: Smalt. HEX triplet: 0F, 31 and 94. RGB value is (15,49,148). Sum of RGB (Red+Green+Blue) = 15+49+148=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F3194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3194 is #F0CE6B. Grayscale: #313131. Windows color (decimal): -15781484 or 9711887. OLE color: 9711887.

HSL color Cylindrical-coordinate representation of color #0F3194: hue angle of 224.66º degrees, saturation: 0.82, 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 #0F3194 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 49 148 -
CMYK 0.90 0.67 0 0.42
HSL 224.66º 0.82% 0.32% -
HSV(B) 224.66º 0.9% 0.58% -
XYZ 6.64 4.44 28.52 -
YUV 50.12 183.24 102.95 -
System Red Green Blue C M Y K H S L
Decimal 15 49 148 0.90 0.67 0 0.42 224.66 0.82 0.32
Hex F 31 94 5A 43 0 2A E1 52 20
Octal 17 61 224 132 103 0 52 341 122 40
Binary 1111 110001 10010100 1011010 1000011 0 101010 11100001 1010010 100000

Color Harmonies of #0F3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3194

Black with #0F3194

Text Example


Text Example

White with #0F3194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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