Html Css Color HEX #01208B Smalt

📋 copy color: '#01208B'

red 1 ◦ green 32 ◦ blue 139

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

Shades of Smalt #01208B

Tints of Smalt #01208B

RGB

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

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

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

R = 0.58%
G = 18.6%
B = 80.81%

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

#01208B (or 0x01208B) is known color: Smalt. HEX triplet: 01, 20 and 8B. RGB value is (1,32,139). Sum of RGB (Red+Green+Blue) = 1+32+139=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #01208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01208B is #FEDF74. Grayscale: #222222. Windows color (decimal): -16703349 or 9117697. OLE color: 9117697.

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

Color convert

RGB 1 32 139 -
CMYK 0.99 0.77 0 0.45
HSL 226.52º 0.99% 0.27% -
HSV(B) 226.52º 0.99% 0.55% -
XYZ 5.19 2.9 24.71 -
YUV 34.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 1 32 139 0.99 0.77 0 0.45 226.52 0.99 0.27
Hex 1 20 8B 63 4D 0 2D E3 63 1B
Octal 1 40 213 143 115 0 55 343 143 33
Binary 1 100000 10001011 1100011 1001101 0 101101 11100011 1100011 11011

Color Harmonies of #01208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01208B

Black with #01208B

Text Example


Text Example

White with #01208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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