Html Css Color HEX #0F4199 Smalt

📋 copy color: '#0F4199'

red 15 ◦ green 65 ◦ blue 153

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

Shades of Smalt #0F4199

Tints of Smalt #0F4199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 153 (60.16% from 255) = 65.67%

R = 6.44%
G = 27.9%
B = 65.67%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F4199 (or 0x0F4199) is known color: Smalt. HEX triplet: 0F, 41 and 99. RGB value is (15,65,153). Sum of RGB (Red+Green+Blue) = 15+65+153=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F4199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4199 is #F0BE66. Grayscale: #3B3B3B. Windows color (decimal): -15777383 or 10043663. OLE color: 10043663.

HSL color Cylindrical-coordinate representation of color #0F4199: hue angle of 218.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4199 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 65 153 -
CMYK 0.90 0.58 0 0.4
HSL 218.26º 0.82% 0.33% -
HSV(B) 218.26º 0.9% 0.6% -
XYZ 7.84 6.18 30.92 -
YUV 60.08 180.44 95.84 -
System Red Green Blue C M Y K H S L
Decimal 15 65 153 0.90 0.58 0 0.4 218.26 0.82 0.33
Hex F 41 99 5A 3A 0 28 DA 52 21
Octal 17 101 231 132 72 0 50 332 122 41
Binary 1111 1000001 10011001 1011010 111010 0 101000 11011010 1010010 100001

Color Harmonies of #0F4199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4199

Black with #0F4199

Text Example


Text Example

White with #0F4199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,153); }

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

background-color css

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

 a { background-color: rgb(15,65,153); }

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

border-color css

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

 span { border-color: rgb(15,65,153); }

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