Html Css Color HEX #0E278C Smalt

📋 copy color: '#0E278C'

red 14 ◦ green 39 ◦ blue 140

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

Shades of Smalt #0E278C

Tints of Smalt #0E278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.21%

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 7.25%
G = 20.21%
B = 72.54%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E278C (or 0x0E278C) is known color: Smalt. HEX triplet: 0E, 27 and 8C. RGB value is (14,39,140). Sum of RGB (Red+Green+Blue) = 14+39+140=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E278C is #F1D873. Grayscale: #2A2A2A. Windows color (decimal): -15849588 or 9185038. OLE color: 9185038.

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

Color convert

RGB 14 39 140 -
CMYK 0.90 0.72 0 0.45
HSL 228.1º 0.82% 0.3% -
HSV(B) 228.1º 0.9% 0.55% -
XYZ 5.64 3.44 25.18 -
YUV 43.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 14 39 140 0.90 0.72 0 0.45 228.1 0.82 0.3
Hex E 27 8C 5A 48 0 2D E4 52 1E
Octal 16 47 214 132 110 0 55 344 122 36
Binary 1110 100111 10001100 1011010 1001000 0 101101 11100100 1010010 11110

Color Harmonies of #0E278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E278C

Black with #0E278C

Text Example


Text Example

White with #0E278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,39,140); }

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

background-color css

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

 a { background-color: rgb(14,39,140); }

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

border-color css

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

 span { border-color: rgb(14,39,140); }

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