Html Css Color HEX #0F3592 Smalt

📋 copy color: '#0F3592'

red 15 ◦ green 53 ◦ blue 146

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

Shades of Smalt #0F3592

Tints of Smalt #0F3592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 7.01%
G = 24.77%
B = 68.22%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F3592 (or 0x0F3592) is known color: Smalt. HEX triplet: 0F, 35 and 92. RGB value is (15,53,146). Sum of RGB (Red+Green+Blue) = 15+53+146=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F3592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3592 is #F0CA6D. Grayscale: #333333. Windows color (decimal): -15780462 or 9581839. OLE color: 9581839.

HSL color Cylindrical-coordinate representation of color #0F3592: hue angle of 222.6º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3592 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 53 146 -
CMYK 0.90 0.64 0 0.43
HSL 222.6º 0.81% 0.32% -
HSV(B) 222.6º 0.9% 0.57% -
XYZ 6.66 4.72 27.75 -
YUV 52.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 15 53 146 0.90 0.64 0 0.43 222.6 0.81 0.32
Hex F 35 92 5A 40 0 2B DF 51 20
Octal 17 65 222 132 100 0 53 337 121 40
Binary 1111 110101 10010010 1011010 1000000 0 101011 11011111 1010001 100000

Color Harmonies of #0F3592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3592

Black with #0F3592

Text Example


Text Example

White with #0F3592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,53,146); }

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

background-color css

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

 a { background-color: rgb(15,53,146); }

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

border-color css

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

 span { border-color: rgb(15,53,146); }

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