Html Css Color HEX #01228E Smalt

📋 copy color: '#01228E'

red 1 ◦ green 34 ◦ blue 142

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

Shades of Smalt #01228E

Tints of Smalt #01228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

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

R = 0.56%
G = 19.21%
B = 80.23%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01228E (or 0x01228E) is known color: Smalt. HEX triplet: 01, 22 and 8E. RGB value is (1,34,142). Sum of RGB (Red+Green+Blue) = 1+34+142=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #01228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01228E is #FEDD71. Grayscale: #232323. Windows color (decimal): -16702834 or 9314817. OLE color: 9314817.

HSL color Cylindrical-coordinate representation of color #01228E: hue angle of 225.96º 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 #01228E is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 34 142 -
CMYK 0.99 0.76 0 0.44
HSL 225.96º 0.99% 0.28% -
HSV(B) 225.96º 0.99% 0.56% -
XYZ 5.47 3.1 25.9 -
YUV 36.45 187.57 102.72 -
System Red Green Blue C M Y K H S L
Decimal 1 34 142 0.99 0.76 0 0.44 225.96 0.99 0.28
Hex 1 22 8E 63 4C 0 2C E2 63 1C
Octal 1 42 216 143 114 0 54 342 143 34
Binary 1 100010 10001110 1100011 1001100 0 101100 11100010 1100011 11100

Color Harmonies of #01228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01228E

Black with #01228E

Text Example


Text Example

White with #01228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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