Html Css Color HEX #0E228E Smalt

📋 copy color: '#0E228E'

red 14 ◦ green 34 ◦ blue 142

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

Shades of Smalt #0E228E

Tints of Smalt #0E228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.89%

 BLUE value IS 142 (55.86% from 255) = 74.74%

R = 7.37%
G = 17.89%
B = 74.74%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E228E (or 0x0E228E) is known color: Smalt. HEX triplet: 0E, 22 and 8E. RGB value is (14,34,142). Sum of RGB (Red+Green+Blue) = 14+34+142=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E228E is #F1DD71. Grayscale: #272727. Windows color (decimal): -15850866 or 9314830. OLE color: 9314830.

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

Color convert

RGB 14 34 142 -
CMYK 0.90 0.76 0 0.44
HSL 230.63º 0.82% 0.31% -
HSV(B) 230.63º 0.9% 0.56% -
XYZ 5.64 3.19 25.91 -
YUV 40.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 14 34 142 0.90 0.76 0 0.44 230.63 0.82 0.31
Hex E 22 8E 5A 4C 0 2C E7 52 1F
Octal 16 42 216 132 114 0 54 347 122 37
Binary 1110 100010 10001110 1011010 1001100 0 101100 11100111 1010010 11111

Color Harmonies of #0E228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E228E

Black with #0E228E

Text Example


Text Example

White with #0E228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,34,142); }

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

background-color css

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

 a { background-color: rgb(14,34,142); }

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

border-color css

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

 span { border-color: rgb(14,34,142); }

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