Html Css Color HEX #0F4099 Smalt

📋 copy color: '#0F4099'

red 15 ◦ green 64 ◦ blue 153

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

Shades of Smalt #0F4099

Tints of Smalt #0F4099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 6.47%
G = 27.59%
B = 65.95%

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

#0F4099 (or 0x0F4099) is known color: Smalt. HEX triplet: 0F, 40 and 99. RGB value is (15,64,153). Sum of RGB (Red+Green+Blue) = 15+64+153=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F4099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4099 is #F0BF66. Grayscale: #3B3B3B. Windows color (decimal): -15777639 or 10043407. OLE color: 10043407.

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

Color convert

RGB 15 64 153 -
CMYK 0.90 0.58 0 0.4
HSL 218.7º 0.82% 0.33% -
HSV(B) 218.7º 0.9% 0.6% -
XYZ 7.78 6.07 30.9 -
YUV 59.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 15 64 153 0.90 0.58 0 0.4 218.7 0.82 0.33
Hex F 40 99 5A 3A 0 28 DB 52 21
Octal 17 100 231 132 72 0 50 333 122 41
Binary 1111 1000000 10011001 1011010 111010 0 101000 11011011 1010010 100001

Color Harmonies of #0F4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4099

Black with #0F4099

Text Example


Text Example

White with #0F4099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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