Html Css Color HEX #01208A Smalt

📋 copy color: '#01208A'

red 1 ◦ green 32 ◦ blue 138

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

Shades of Smalt #01208A

Tints of Smalt #01208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 0.58%
G = 18.71%
B = 80.7%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01208A (or 0x01208A) is known color: Smalt. HEX triplet: 01, 20 and 8A. RGB value is (1,32,138). Sum of RGB (Red+Green+Blue) = 1+32+138=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #01208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01208A is #FEDF75. Grayscale: #222222. Windows color (decimal): -16703350 or 9052161. OLE color: 9052161.

HSL color Cylindrical-coordinate representation of color #01208A: hue angle of 226.42º 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 #01208A is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 32 138 -
CMYK 0.99 0.77 0 0.46
HSL 226.42º 0.99% 0.27% -
HSV(B) 226.42º 0.99% 0.54% -
XYZ 5.12 2.87 24.33 -
YUV 34.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 1 32 138 0.99 0.77 0 0.46 226.42 0.99 0.27
Hex 1 20 8A 63 4D 0 2E E2 63 1B
Octal 1 40 212 143 115 0 56 342 143 33
Binary 1 100000 10001010 1100011 1001101 0 101110 11100010 1100011 11011

Color Harmonies of #01208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01208A

Black with #01208A

Text Example


Text Example

White with #01208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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