Html Css Color HEX #001A93 Smalt

📋 copy color: '#001A93'

red 0 ◦ green 26 ◦ blue 147

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

Shades of Smalt #001A93

Tints of Smalt #001A93

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 15.03%

 BLUE value IS 147 (57.81% from 255) = 84.97%

R = 0%
G = 15.03%
B = 84.97%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001A93 (or 0x001A93) is known color: Smalt. HEX triplet: 00, 1A and 93. RGB value is (0,26,147). Sum of RGB (Red+Green+Blue) = 0+26+147=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #001A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A93 is #FFE56C. Grayscale: #1F1F1F. Windows color (decimal): -16770413 or 9640448. OLE color: 9640448.

HSL color Cylindrical-coordinate representation of color #001A93: hue angle of 229.39º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A93 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 26 147 -
CMYK 1 0.82 0 0.42
HSL 229.39º 1% 0.29% -
HSV(B) 229.39º 1% 0.58% -
XYZ 5.64 2.85 27.86 -
YUV 32.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 0 26 147 1 0.82 0 0.42 229.39 1 0.29
Hex 0 1A 93 64 52 0 2A E5 64 1D
Octal 0 32 223 144 122 0 52 345 144 35
Binary 0 11010 10010011 1100100 1010010 0 101010 11100101 1100100 11101

Color Harmonies of #001A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A93

Black with #001A93

Text Example


Text Example

White with #001A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A93; }

 p { color: rgb(0,26,147); }

 H1.HeaderClassName
 {
   color: #001A93;
 }
 .AnyTagClassName
 {
   color: #001A93;
 }
</style>

background-color css

<style>
 a { background-color: #001A93; }

 a { background-color: rgb(0,26,147); }

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

border-color css

<style>
 span { border-color: #001A93; }

 span { border-color: rgb(0,26,147); }

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