Html Css Color HEX #0F4094 Smalt

📋 copy color: '#0F4094'

red 15 ◦ green 64 ◦ blue 148

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

Shades of Smalt #0F4094

Tints of Smalt #0F4094

RGB

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

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

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

R = 6.61%
G = 28.19%
B = 65.2%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F4094 (or 0x0F4094) is known color: Smalt. HEX triplet: 0F, 40 and 94. RGB value is (15,64,148). Sum of RGB (Red+Green+Blue) = 15+64+148=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F4094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4094 is #F0BF6B. Grayscale: #3A3A3A. Windows color (decimal): -15777644 or 9715727. OLE color: 9715727.

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

Color convert

RGB 15 64 148 -
CMYK 0.90 0.57 0 0.42
HSL 217.89º 0.82% 0.32% -
HSV(B) 217.89º 0.9% 0.58% -
XYZ 7.38 5.91 28.77 -
YUV 58.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 15 64 148 0.90 0.57 0 0.42 217.89 0.82 0.32
Hex F 40 94 5A 39 0 2A DA 52 20
Octal 17 100 224 132 71 0 52 332 122 40
Binary 1111 1000000 10010100 1011010 111001 0 101010 11011010 1010010 100000

Color Harmonies of #0F4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4094

Black with #0F4094

Text Example


Text Example

White with #0F4094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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