Html Css Color HEX #0E358B Smalt

📋 copy color: '#0E358B'

red 14 ◦ green 53 ◦ blue 139

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

Shades of Smalt #0E358B

Tints of Smalt #0E358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 6.8%
G = 25.73%
B = 67.48%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E358B (or 0x0E358B) is known color: Smalt. HEX triplet: 0E, 35 and 8B. RGB value is (14,53,139). Sum of RGB (Red+Green+Blue) = 14+53+139=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E358B is #F1CA74. Grayscale: #323232. Windows color (decimal): -15846005 or 9123086. OLE color: 9123086.

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

Color convert

RGB 14 53 139 -
CMYK 0.90 0.62 0 0.45
HSL 221.28º 0.82% 0.3% -
HSV(B) 221.28º 0.9% 0.55% -
XYZ 6.11 4.5 24.97 -
YUV 51.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 14 53 139 0.90 0.62 0 0.45 221.28 0.82 0.3
Hex E 35 8B 5A 3E 0 2D DD 52 1E
Octal 16 65 213 132 76 0 55 335 122 36
Binary 1110 110101 10001011 1011010 111110 0 101101 11011101 1010010 11110

Color Harmonies of #0E358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E358B

Black with #0E358B

Text Example


Text Example

White with #0E358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,139); }

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

background-color css

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

 a { background-color: rgb(14,53,139); }

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

border-color css

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

 span { border-color: rgb(14,53,139); }

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