Html Css Color HEX #01378E Smalt

📋 copy color: '#01378E'

red 1 ◦ green 55 ◦ blue 142

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

Shades of Smalt #01378E

Tints of Smalt #01378E

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

 GREEN value IS 55 (21.88% from 255) = 27.78%

 BLUE value IS 142 (55.86% from 255) = 71.72%

R = 0.51%
G = 27.78%
B = 71.72%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01378E (or 0x01378E) is known color: Smalt. HEX triplet: 01, 37 and 8E. RGB value is (1,55,142). Sum of RGB (Red+Green+Blue) = 1+55+142=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #01378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01378E is #FEC871. Grayscale: #303030. Windows color (decimal): -16697458 or 9320193. OLE color: 9320193.

HSL color Cylindrical-coordinate representation of color #01378E: hue angle of 217.02º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01378E is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 55 142 -
CMYK 0.99 0.61 0 0.44
HSL 217.02º 0.99% 0.28% -
HSV(B) 217.02º 0.99% 0.56% -
XYZ 6.26 4.69 26.17 -
YUV 48.77 180.61 93.93 -
System Red Green Blue C M Y K H S L
Decimal 1 55 142 0.99 0.61 0 0.44 217.02 0.99 0.28
Hex 1 37 8E 63 3D 0 2C D9 63 1C
Octal 1 67 216 143 75 0 54 331 143 34
Binary 1 110111 10001110 1100011 111101 0 101100 11011001 1100011 11100

Color Harmonies of #01378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01378E

Black with #01378E

Text Example


Text Example

White with #01378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01378E; }

 p { color: rgb(1,55,142); }

 H1.HeaderClassName
 {
   color: #01378E;
 }
 .AnyTagClassName
 {
   color: #01378E;
 }
</style>

background-color css

<style>
 a { background-color: #01378E; }

 a { background-color: rgb(1,55,142); }

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

border-color css

<style>
 span { border-color: #01378E; }

 span { border-color: rgb(1,55,142); }

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