Html Css Color HEX #01228D Smalt

📋 copy color: '#01228D'

red 1 ◦ green 34 ◦ blue 141

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

Shades of Smalt #01228D

Tints of Smalt #01228D

RGB

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

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

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

R = 0.57%
G = 19.32%
B = 80.11%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01228D (or 0x01228D) is known color: Smalt. HEX triplet: 01, 22 and 8D. RGB value is (1,34,141). Sum of RGB (Red+Green+Blue) = 1+34+141=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #01228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01228D is #FEDD72. Grayscale: #232323. Windows color (decimal): -16702835 or 9249281. OLE color: 9249281.

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

Color convert

RGB 1 34 141 -
CMYK 0.99 0.76 0 0.45
HSL 225.86º 0.99% 0.28% -
HSV(B) 225.86º 0.99% 0.55% -
XYZ 5.39 3.07 25.51 -
YUV 36.33 187.07 102.8 -
System Red Green Blue C M Y K H S L
Decimal 1 34 141 0.99 0.76 0 0.45 225.86 0.99 0.28
Hex 1 22 8D 63 4C 0 2D E2 63 1C
Octal 1 42 215 143 114 0 55 342 143 34
Binary 1 100010 10001101 1100011 1001100 0 101101 11100010 1100011 11100

Color Harmonies of #01228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01228D

Black with #01228D

Text Example


Text Example

White with #01228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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