Html Css Color HEX #0E248A Smalt

📋 copy color: '#0E248A'

red 14 ◦ green 36 ◦ blue 138

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

Shades of Smalt #0E248A

Tints of Smalt #0E248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 138 (54.3% from 255) = 73.4%

R = 7.45%
G = 19.15%
B = 73.4%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E248A (or 0x0E248A) is known color: Smalt. HEX triplet: 0E, 24 and 8A. RGB value is (14,36,138). Sum of RGB (Red+Green+Blue) = 14+36+138=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E248A is #F1DB75. Grayscale: #282828. Windows color (decimal): -15850358 or 9053198. OLE color: 9053198.

HSL color Cylindrical-coordinate representation of color #0E248A: hue angle of 229.35º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E248A is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 36 138 -
CMYK 0.90 0.74 0 0.46
HSL 229.35º 0.82% 0.3% -
HSV(B) 229.35º 0.9% 0.54% -
XYZ 5.4 3.19 24.38 -
YUV 41.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 14 36 138 0.90 0.74 0 0.46 229.35 0.82 0.3
Hex E 24 8A 5A 4A 0 2E E5 52 1E
Octal 16 44 212 132 112 0 56 345 122 36
Binary 1110 100100 10001010 1011010 1001010 0 101110 11100101 1010010 11110

Color Harmonies of #0E248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E248A

Black with #0E248A

Text Example


Text Example

White with #0E248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,36,138); }

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

background-color css

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

 a { background-color: rgb(14,36,138); }

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

border-color css

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

 span { border-color: rgb(14,36,138); }

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