Html Css Color HEX #0E2B95 Smalt

📋 copy color: '#0E2B95'

red 14 ◦ green 43 ◦ blue 149

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

Shades of Smalt #0E2B95

Tints of Smalt #0E2B95

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

 BLUE value IS 149 (58.59% from 255) = 72.33%

R = 6.8%
G = 20.87%
B = 72.33%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E2B95 (or 0x0E2B95) is known color: Smalt. HEX triplet: 0E, 2B and 95. RGB value is (14,43,149). Sum of RGB (Red+Green+Blue) = 14+43+149=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E2B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2B95 is #F1D46A. Grayscale: #2D2D2D. Windows color (decimal): -15848555 or 9775886. OLE color: 9775886.

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

Color convert

RGB 14 43 149 -
CMYK 0.91 0.71 0 0.42
HSL 227.11º 0.83% 0.32% -
HSV(B) 227.11º 0.91% 0.58% -
XYZ 6.47 3.99 28.86 -
YUV 46.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 14 43 149 0.91 0.71 0 0.42 227.11 0.83 0.32
Hex E 2B 95 5B 47 0 2A E3 53 20
Octal 16 53 225 133 107 0 52 343 123 40
Binary 1110 101011 10010101 1011011 1000111 0 101010 11100011 1010011 100000

Color Harmonies of #0E2B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2B95

Black with #0E2B95

Text Example


Text Example

White with #0E2B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,43,149); }

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

background-color css

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

 a { background-color: rgb(14,43,149); }

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

border-color css

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

 span { border-color: rgb(14,43,149); }

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