Html Css Color HEX #0E2D93 Smalt

📋 copy color: '#0E2D93'

red 14 ◦ green 45 ◦ blue 147

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

Shades of Smalt #0E2D93

Tints of Smalt #0E2D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.84%

 BLUE value IS 147 (57.81% from 255) = 71.36%

R = 6.8%
G = 21.84%
B = 71.36%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E2D93 (or 0x0E2D93) is known color: Smalt. HEX triplet: 0E, 2D and 93. RGB value is (14,45,147). Sum of RGB (Red+Green+Blue) = 14+45+147=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E2D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2D93 is #F1D26C. Grayscale: #2E2E2E. Windows color (decimal): -15848045 or 9645326. OLE color: 9645326.

HSL color Cylindrical-coordinate representation of color #0E2D93: hue angle of 226.02º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2D93 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 45 147 -
CMYK 0.90 0.69 0 0.42
HSL 226.02º 0.83% 0.32% -
HSV(B) 226.02º 0.9% 0.58% -
XYZ 6.39 4.08 28.05 -
YUV 47.36 184.23 104.21 -
System Red Green Blue C M Y K H S L
Decimal 14 45 147 0.90 0.69 0 0.42 226.02 0.83 0.32
Hex E 2D 93 5A 45 0 2A E2 53 20
Octal 16 55 223 132 105 0 52 342 123 40
Binary 1110 101101 10010011 1011010 1000101 0 101010 11100010 1010011 100000

Color Harmonies of #0E2D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2D93

Black with #0E2D93

Text Example


Text Example

White with #0E2D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,45,147); }

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

background-color css

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

 a { background-color: rgb(14,45,147); }

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

border-color css

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

 span { border-color: rgb(14,45,147); }

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