Html Css Color HEX #01218B Smalt

📋 copy color: '#01218B'

red 1 ◦ green 33 ◦ blue 139

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

Shades of Smalt #01218B

Tints of Smalt #01218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 80.35%

R = 0.58%
G = 19.08%
B = 80.35%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01218B (or 0x01218B) is known color: Smalt. HEX triplet: 01, 21 and 8B. RGB value is (1,33,139). Sum of RGB (Red+Green+Blue) = 1+33+139=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #01218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01218B is #FEDE74. Grayscale: #232323. Windows color (decimal): -16703093 or 9117953. OLE color: 9117953.

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

Color convert

RGB 1 33 139 -
CMYK 0.99 0.76 0 0.45
HSL 226.09º 0.99% 0.27% -
HSV(B) 226.09º 0.99% 0.55% -
XYZ 5.22 2.96 24.72 -
YUV 35.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 1 33 139 0.99 0.76 0 0.45 226.09 0.99 0.27
Hex 1 21 8B 63 4C 0 2D E2 63 1B
Octal 1 41 213 143 114 0 55 342 143 33
Binary 1 100001 10001011 1100011 1001100 0 101101 11100010 1100011 11011

Color Harmonies of #01218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01218B

Black with #01218B

Text Example


Text Example

White with #01218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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