Html Css Color HEX #01419A Smalt

📋 copy color: '#01419A'

red 1 ◦ green 65 ◦ blue 154

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

Shades of Smalt #01419A

Tints of Smalt #01419A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 154 (60.55% from 255) = 70%

R = 0.45%
G = 29.55%
B = 70%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01419A (or 0x01419A) is known color: Smalt. HEX triplet: 01, 41 and 9A. RGB value is (1,65,154). Sum of RGB (Red+Green+Blue) = 1+65+154=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #01419A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01419A is #FEBE65. Grayscale: #373737. Windows color (decimal): -16694886 or 10109185. OLE color: 10109185.

HSL color Cylindrical-coordinate representation of color #01419A: hue angle of 214.9º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01419A is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 65 154 -
CMYK 0.99 0.58 0 0.40
HSL 214.9º 0.99% 0.3% -
HSV(B) 214.9º 0.99% 0.6% -
XYZ 7.74 6.12 31.35 -
YUV 56.01 183.3 88.76 -
System Red Green Blue C M Y K H S L
Decimal 1 65 154 0.99 0.58 0 0.40 214.9 0.99 0.3
Hex 1 41 9A 63 3A 0 28 D7 63 1E
Octal 1 101 232 143 72 0 50 327 143 36
Binary 1 1000001 10011010 1100011 111010 0 101000 11010111 1100011 11110

Color Harmonies of #01419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01419A

Black with #01419A

Text Example


Text Example

White with #01419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01419A; }

 p { color: rgb(1,65,154); }

 H1.HeaderClassName
 {
   color: #01419A;
 }
 .AnyTagClassName
 {
   color: #01419A;
 }
</style>

background-color css

<style>
 a { background-color: #01419A; }

 a { background-color: rgb(1,65,154); }

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

border-color css

<style>
 span { border-color: #01419A; }

 span { border-color: rgb(1,65,154); }

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