Html Css Color HEX #01288E Smalt

📋 copy color: '#01288E'

red 1 ◦ green 40 ◦ blue 142

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

Shades of Smalt #01288E

Tints of Smalt #01288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

 BLUE value IS 142 (55.86% from 255) = 77.6%

R = 0.55%
G = 21.86%
B = 77.6%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01288E (or 0x01288E) is known color: Smalt. HEX triplet: 01, 28 and 8E. RGB value is (1,40,142). Sum of RGB (Red+Green+Blue) = 1+40+142=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #01288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01288E is #FED771. Grayscale: #272727. Windows color (decimal): -16701298 or 9316353. OLE color: 9316353.

HSL color Cylindrical-coordinate representation of color #01288E: hue angle of 223.4º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01288E is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 40 142 -
CMYK 0.99 0.72 0 0.44
HSL 223.4º 0.99% 0.28% -
HSV(B) 223.4º 0.99% 0.56% -
XYZ 5.65 3.48 25.96 -
YUV 39.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 1 40 142 0.99 0.72 0 0.44 223.4 0.99 0.28
Hex 1 28 8E 63 48 0 2C DF 63 1C
Octal 1 50 216 143 110 0 54 337 143 34
Binary 1 101000 10001110 1100011 1001000 0 101100 11011111 1100011 11100

Color Harmonies of #01288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01288E

Black with #01288E

Text Example


Text Example

White with #01288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01288E; }

 p { color: rgb(1,40,142); }

 H1.HeaderClassName
 {
   color: #01288E;
 }
 .AnyTagClassName
 {
   color: #01288E;
 }
</style>

background-color css

<style>
 a { background-color: #01288E; }

 a { background-color: rgb(1,40,142); }

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

border-color css

<style>
 span { border-color: #01288E; }

 span { border-color: rgb(1,40,142); }

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