Html Css Color HEX #0E2790 Smalt

📋 copy color: '#0E2790'

red 14 ◦ green 39 ◦ blue 144

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

Shades of Smalt #0E2790

Tints of Smalt #0E2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 7.11%
G = 19.8%
B = 73.1%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E2790 (or 0x0E2790) is known color: Smalt. HEX triplet: 0E, 27 and 90. RGB value is (14,39,144). Sum of RGB (Red+Green+Blue) = 14+39+144=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E2790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2790 is #F1D86F. Grayscale: #2B2B2B. Windows color (decimal): -15849584 or 9447182. OLE color: 9447182.

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

Color convert

RGB 14 39 144 -
CMYK 0.90 0.73 0 0.44
HSL 228.46º 0.82% 0.31% -
HSV(B) 228.46º 0.9% 0.56% -
XYZ 5.94 3.56 26.76 -
YUV 43.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 14 39 144 0.90 0.73 0 0.44 228.46 0.82 0.31
Hex E 27 90 5A 49 0 2C E4 52 1F
Octal 16 47 220 132 111 0 54 344 122 37
Binary 1110 100111 10010000 1011010 1001001 0 101100 11100100 1010010 11111

Color Harmonies of #0E2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2790

Black with #0E2790

Text Example


Text Example

White with #0E2790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,39,144); }

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

background-color css

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

 a { background-color: rgb(14,39,144); }

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

border-color css

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

 span { border-color: rgb(14,39,144); }

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