Html Css Color HEX #0F3486 Smalt

📋 copy color: '#0F3486'

red 15 ◦ green 52 ◦ blue 134

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

Shades of Smalt #0F3486

Tints of Smalt #0F3486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

 BLUE value IS 134 (52.73% from 255) = 66.67%

R = 7.46%
G = 25.87%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F3486 (or 0x0F3486) is known color: Smalt. HEX triplet: 0F, 34 and 86. RGB value is (15,52,134). Sum of RGB (Red+Green+Blue) = 15+52+134=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F3486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3486 is #F0CB79. Grayscale: #313131. Windows color (decimal): -15780730 or 8795151. OLE color: 8795151.

HSL color Cylindrical-coordinate representation of color #0F3486: hue angle of 221.34º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3486 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 52 134 -
CMYK 0.89 0.61 0 0.47
HSL 221.34º 0.8% 0.29% -
HSV(B) 221.34º 0.89% 0.53% -
XYZ 5.73 4.28 23.08 -
YUV 50.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 15 52 134 0.89 0.61 0 0.47 221.34 0.8 0.29
Hex F 34 86 59 3D 0 2F DD 50 1D
Octal 17 64 206 131 75 0 57 335 120 35
Binary 1111 110100 10000110 1011001 111101 0 101111 11011101 1010000 11101

Color Harmonies of #0F3486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3486

Black with #0F3486

Text Example


Text Example

White with #0F3486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,52,134); }

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

background-color css

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

 a { background-color: rgb(15,52,134); }

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

border-color css

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

 span { border-color: rgb(15,52,134); }

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