Html Css Color HEX #0E268D Smalt

📋 copy color: '#0E268D'

red 14 ◦ green 38 ◦ blue 141

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

Shades of Smalt #0E268D

Tints of Smalt #0E268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

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

R = 7.25%
G = 19.69%
B = 73.06%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E268D (or 0x0E268D) is known color: Smalt. HEX triplet: 0E, 26 and 8D. RGB value is (14,38,141). Sum of RGB (Red+Green+Blue) = 14+38+141=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E268D is #F1D972. Grayscale: #2A2A2A. Windows color (decimal): -15849843 or 9250318. OLE color: 9250318.

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

Color convert

RGB 14 38 141 -
CMYK 0.90 0.73 0 0.45
HSL 228.66º 0.82% 0.3% -
HSV(B) 228.66º 0.9% 0.55% -
XYZ 5.68 3.4 25.56 -
YUV 42.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 14 38 141 0.90 0.73 0 0.45 228.66 0.82 0.3
Hex E 26 8D 5A 49 0 2D E5 52 1E
Octal 16 46 215 132 111 0 55 345 122 36
Binary 1110 100110 10001101 1011010 1001001 0 101101 11100101 1010010 11110

Color Harmonies of #0E268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E268D

Black with #0E268D

Text Example


Text Example

White with #0E268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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