Html Css Color HEX #0F3695 Smalt

📋 copy color: '#0F3695'

red 15 ◦ green 54 ◦ blue 149

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

Shades of Smalt #0F3695

Tints of Smalt #0F3695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 6.88%
G = 24.77%
B = 68.35%

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

#0F3695 (or 0x0F3695) is known color: Smalt. HEX triplet: 0F, 36 and 95. RGB value is (15,54,149). Sum of RGB (Red+Green+Blue) = 15+54+149=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F3695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3695 is #F0C96A. Grayscale: #343434. Windows color (decimal): -15780203 or 9778703. OLE color: 9778703.

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

Color convert

RGB 15 54 149 -
CMYK 0.90 0.64 0 0.42
HSL 222.54º 0.82% 0.32% -
HSV(B) 222.54º 0.9% 0.58% -
XYZ 6.94 4.91 29.02 -
YUV 53.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 15 54 149 0.90 0.64 0 0.42 222.54 0.82 0.32
Hex F 36 95 5A 40 0 2A DF 52 20
Octal 17 66 225 132 100 0 52 337 122 40
Binary 1111 110110 10010101 1011010 1000000 0 101010 11011111 1010010 100000

Color Harmonies of #0F3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3695

Black with #0F3695

Text Example


Text Example

White with #0F3695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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