Html Css Color HEX #0E2192 Smalt

📋 copy color: '#0E2192'

red 14 ◦ green 33 ◦ blue 146

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

Shades of Smalt #0E2192

Tints of Smalt #0E2192

RGB

 RED value IS 14 (5.86% from 255) = 7.25%

 GREEN value IS 33 (13.28% from 255) = 17.1%

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

R = 7.25%
G = 17.1%
B = 75.65%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E2192 (or 0x0E2192) is known color: Smalt. HEX triplet: 0E, 21 and 92. RGB value is (14,33,146). Sum of RGB (Red+Green+Blue) = 14+33+146=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E2192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2192 is #F1DE6D. Grayscale: #272727. Windows color (decimal): -15851118 or 9576718. OLE color: 9576718.

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

Color convert

RGB 14 33 146 -
CMYK 0.90 0.77 0 0.43
HSL 231.36º 0.83% 0.31% -
HSV(B) 231.36º 0.9% 0.57% -
XYZ 5.91 3.26 27.51 -
YUV 40.2 187.71 109.31 -
System Red Green Blue C M Y K H S L
Decimal 14 33 146 0.90 0.77 0 0.43 231.36 0.83 0.31
Hex E 21 92 5A 4D 0 2B E7 52 1F
Octal 16 41 222 132 115 0 53 347 122 37
Binary 1110 100001 10010010 1011010 1001101 0 101011 11100111 1010010 11111

Color Harmonies of #0E2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2192

Black with #0E2192

Text Example


Text Example

White with #0E2192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,33,146); }

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

background-color css

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

 a { background-color: rgb(14,33,146); }

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

border-color css

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

 span { border-color: rgb(14,33,146); }

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