Html Css Color HEX #0E288E Smalt

📋 copy color: '#0E288E'

red 14 ◦ green 40 ◦ blue 142

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

Shades of Smalt #0E288E

Tints of Smalt #0E288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

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

R = 7.14%
G = 20.41%
B = 72.45%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E288E (or 0x0E288E) is known color: Smalt. HEX triplet: 0E, 28 and 8E. RGB value is (14,40,142). Sum of RGB (Red+Green+Blue) = 14+40+142=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E288E is #F1D771. Grayscale: #2B2B2B. Windows color (decimal): -15849330 or 9316366. OLE color: 9316366.

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

Color convert

RGB 14 40 142 -
CMYK 0.90 0.72 0 0.44
HSL 227.81º 0.82% 0.31% -
HSV(B) 227.81º 0.9% 0.56% -
XYZ 5.82 3.56 25.97 -
YUV 43.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 14 40 142 0.90 0.72 0 0.44 227.81 0.82 0.31
Hex E 28 8E 5A 48 0 2C E4 52 1F
Octal 16 50 216 132 110 0 54 344 122 37
Binary 1110 101000 10001110 1011010 1001000 0 101100 11100100 1010010 11111

Color Harmonies of #0E288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E288E

Black with #0E288E

Text Example


Text Example

White with #0E288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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