Html Css Color HEX #0E338C Smalt

📋 copy color: '#0E338C'

red 14 ◦ green 51 ◦ blue 140

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

Shades of Smalt #0E338C

Tints of Smalt #0E338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

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

R = 6.83%
G = 24.88%
B = 68.29%

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

#0E338C (or 0x0E338C) is known color: Smalt. HEX triplet: 0E, 33 and 8C. RGB value is (14,51,140). Sum of RGB (Red+Green+Blue) = 14+51+140=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E338C is #F1CC73. Grayscale: #313131. Windows color (decimal): -15846516 or 9188110. OLE color: 9188110.

HSL color Cylindrical-coordinate representation of color #0E338C: hue angle of 222.38º 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 #0E338C is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 51 140 -
CMYK 0.90 0.64 0 0.45
HSL 222.38º 0.82% 0.3% -
HSV(B) 222.38º 0.9% 0.55% -
XYZ 6.1 4.35 25.33 -
YUV 50.08 178.74 102.26 -
System Red Green Blue C M Y K H S L
Decimal 14 51 140 0.90 0.64 0 0.45 222.38 0.82 0.3
Hex E 33 8C 5A 40 0 2D DE 52 1E
Octal 16 63 214 132 100 0 55 336 122 36
Binary 1110 110011 10001100 1011010 1000000 0 101101 11011110 1010010 11110

Color Harmonies of #0E338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E338C

Black with #0E338C

Text Example


Text Example

White with #0E338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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