Html Css Color HEX #0E328C Smalt

📋 copy color: '#0E328C'

red 14 ◦ green 50 ◦ blue 140

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

Shades of Smalt #0E328C

Tints of Smalt #0E328C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 6.86%
G = 24.51%
B = 68.63%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E328C (or 0x0E328C) is known color: Smalt. HEX triplet: 0E, 32 and 8C. RGB value is (14,50,140). Sum of RGB (Red+Green+Blue) = 14+50+140=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E328C is #F1CD73. Grayscale: #313131. Windows color (decimal): -15846772 or 9187854. OLE color: 9187854.

HSL color Cylindrical-coordinate representation of color #0E328C: hue angle of 222.86º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E328C is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 50 140 -
CMYK 0.90 0.64 0 0.45
HSL 222.86º 0.82% 0.3% -
HSV(B) 222.86º 0.9% 0.55% -
XYZ 6.06 4.27 25.32 -
YUV 49.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 14 50 140 0.90 0.64 0 0.45 222.86 0.82 0.3
Hex E 32 8C 5A 40 0 2D DF 52 1E
Octal 16 62 214 132 100 0 55 337 122 36
Binary 1110 110010 10001100 1011010 1000000 0 101101 11011111 1010010 11110

Color Harmonies of #0E328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E328C

Black with #0E328C

Text Example


Text Example

White with #0E328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,50,140); }

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

background-color css

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

 a { background-color: rgb(14,50,140); }

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

border-color css

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

 span { border-color: rgb(14,50,140); }

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