Html Css Color HEX #01218A Smalt

📋 copy color: '#01218A'

red 1 ◦ green 33 ◦ blue 138

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

Shades of Smalt #01218A

Tints of Smalt #01218A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 138 (54.3% from 255) = 80.23%

R = 0.58%
G = 19.19%
B = 80.23%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01218A (or 0x01218A) is known color: Smalt. HEX triplet: 01, 21 and 8A. RGB value is (1,33,138). Sum of RGB (Red+Green+Blue) = 1+33+138=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #01218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01218A is #FEDE75. Grayscale: #222222. Windows color (decimal): -16703094 or 9052417. OLE color: 9052417.

HSL color Cylindrical-coordinate representation of color #01218A: hue angle of 225.99º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01218A is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 33 138 -
CMYK 0.99 0.76 0 0.46
HSL 225.99º 0.99% 0.27% -
HSV(B) 225.99º 0.99% 0.54% -
XYZ 5.14 2.93 24.34 -
YUV 35.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 1 33 138 0.99 0.76 0 0.46 225.99 0.99 0.27
Hex 1 21 8A 63 4C 0 2E E2 63 1B
Octal 1 41 212 143 114 0 56 342 143 33
Binary 1 100001 10001010 1100011 1001100 0 101110 11100010 1100011 11011

Color Harmonies of #01218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01218A

Black with #01218A

Text Example


Text Example

White with #01218A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,33,138); }

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

background-color css

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

 a { background-color: rgb(1,33,138); }

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

border-color css

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

 span { border-color: rgb(1,33,138); }

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