Html Css Color HEX #0F3694 Smalt

📋 copy color: '#0F3694'

red 15 ◦ green 54 ◦ blue 148

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

Shades of Smalt #0F3694

Tints of Smalt #0F3694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

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

R = 6.91%
G = 24.88%
B = 68.2%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F3694 (or 0x0F3694) is known color: Smalt. HEX triplet: 0F, 36 and 94. RGB value is (15,54,148). Sum of RGB (Red+Green+Blue) = 15+54+148=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F3694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3694 is #F0C96B. Grayscale: #343434. Windows color (decimal): -15780204 or 9713167. OLE color: 9713167.

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

Color convert

RGB 15 54 148 -
CMYK 0.90 0.64 0 0.42
HSL 222.41º 0.82% 0.32% -
HSV(B) 222.41º 0.9% 0.58% -
XYZ 6.86 4.88 28.6 -
YUV 53.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 15 54 148 0.90 0.64 0 0.42 222.41 0.82 0.32
Hex F 36 94 5A 40 0 2A DE 52 20
Octal 17 66 224 132 100 0 52 336 122 40
Binary 1111 110110 10010100 1011010 1000000 0 101010 11011110 1010010 100000

Color Harmonies of #0F3694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3694

Black with #0F3694

Text Example


Text Example

White with #0F3694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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