Html Css Color HEX #0E2D92 Smalt

📋 copy color: '#0E2D92'

red 14 ◦ green 45 ◦ blue 146

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

Shades of Smalt #0E2D92

Tints of Smalt #0E2D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 71.22%

R = 6.83%
G = 21.95%
B = 71.22%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E2D92 (or 0x0E2D92) is known color: Smalt. HEX triplet: 0E, 2D and 92. RGB value is (14,45,146). Sum of RGB (Red+Green+Blue) = 14+45+146=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E2D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2D92 is #F1D26D. Grayscale: #2E2E2E. Windows color (decimal): -15848046 or 9579790. OLE color: 9579790.

HSL color Cylindrical-coordinate representation of color #0E2D92: hue angle of 225.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E2D92 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 45 146 -
CMYK 0.90 0.69 0 0.43
HSL 225.91º 0.83% 0.31% -
HSV(B) 225.91º 0.9% 0.57% -
XYZ 6.31 4.05 27.64 -
YUV 47.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 14 45 146 0.90 0.69 0 0.43 225.91 0.83 0.31
Hex E 2D 92 5A 45 0 2B E2 52 1F
Octal 16 55 222 132 105 0 53 342 122 37
Binary 1110 101101 10010010 1011010 1000101 0 101011 11100010 1010010 11111

Color Harmonies of #0E2D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2D92

Black with #0E2D92

Text Example


Text Example

White with #0E2D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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