Html Css Color HEX #01208D Smalt

📋 copy color: '#01208D'

red 1 ◦ green 32 ◦ blue 141

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

Shades of Smalt #01208D

Tints of Smalt #01208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 81.03%

R = 0.57%
G = 18.39%
B = 81.03%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01208D (or 0x01208D) is known color: Smalt. HEX triplet: 01, 20 and 8D. RGB value is (1,32,141). Sum of RGB (Red+Green+Blue) = 1+32+141=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #01208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01208D is #FEDF72. Grayscale: #222222. Windows color (decimal): -16703347 or 9248769. OLE color: 9248769.

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

Color convert

RGB 1 32 141 -
CMYK 0.99 0.77 0 0.45
HSL 226.71º 0.99% 0.28% -
HSV(B) 226.71º 0.99% 0.55% -
XYZ 5.34 2.96 25.49 -
YUV 35.16 187.73 103.64 -
System Red Green Blue C M Y K H S L
Decimal 1 32 141 0.99 0.77 0 0.45 226.71 0.99 0.28
Hex 1 20 8D 63 4D 0 2D E3 63 1C
Octal 1 40 215 143 115 0 55 343 143 34
Binary 1 100000 10001101 1100011 1001101 0 101101 11100011 1100011 11100

Color Harmonies of #01208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01208D

Black with #01208D

Text Example


Text Example

White with #01208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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