Html Css Color HEX #0E228D Smalt

📋 copy color: '#0E228D'

red 14 ◦ green 34 ◦ blue 141

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

Shades of Smalt #0E228D

Tints of Smalt #0E228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 74.6%

R = 7.41%
G = 17.99%
B = 74.6%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E228D (or 0x0E228D) is known color: Smalt. HEX triplet: 0E, 22 and 8D. RGB value is (14,34,141). Sum of RGB (Red+Green+Blue) = 14+34+141=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E228D is #F1DD72. Grayscale: #272727. Windows color (decimal): -15850867 or 9249294. OLE color: 9249294.

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

Color convert

RGB 14 34 141 -
CMYK 0.90 0.76 0 0.45
HSL 230.55º 0.82% 0.3% -
HSV(B) 230.55º 0.9% 0.55% -
XYZ 5.56 3.16 25.52 -
YUV 40.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 14 34 141 0.90 0.76 0 0.45 230.55 0.82 0.3
Hex E 22 8D 5A 4C 0 2D E7 52 1E
Octal 16 42 215 132 114 0 55 347 122 36
Binary 1110 100010 10001101 1011010 1001100 0 101101 11100111 1010010 11110

Color Harmonies of #0E228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E228D

Black with #0E228D

Text Example


Text Example

White with #0E228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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