Html Css Color HEX #01228B Smalt

📋 copy color: '#01228B'

red 1 ◦ green 34 ◦ blue 139

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

Shades of Smalt #01228B

Tints of Smalt #01228B

RGB

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

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

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

R = 0.57%
G = 19.54%
B = 79.89%

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

#01228B (or 0x01228B) is known color: Smalt. HEX triplet: 01, 22 and 8B. RGB value is (1,34,139). Sum of RGB (Red+Green+Blue) = 1+34+139=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #01228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01228B is #FEDD74. Grayscale: #232323. Windows color (decimal): -16702837 or 9118209. OLE color: 9118209.

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

Color convert

RGB 1 34 139 -
CMYK 0.99 0.76 0 0.45
HSL 225.65º 0.99% 0.27% -
HSV(B) 225.65º 0.99% 0.55% -
XYZ 5.24 3.01 24.73 -
YUV 36.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 1 34 139 0.99 0.76 0 0.45 225.65 0.99 0.27
Hex 1 22 8B 63 4C 0 2D E2 63 1B
Octal 1 42 213 143 114 0 55 342 143 33
Binary 1 100010 10001011 1100011 1001100 0 101101 11100010 1100011 11011

Color Harmonies of #01228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01228B

Black with #01228B

Text Example


Text Example

White with #01228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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