Html Css Color HEX #01298B Smalt

📋 copy color: '#01298B'

red 1 ◦ green 41 ◦ blue 139

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

Shades of Smalt #01298B

Tints of Smalt #01298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

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

R = 0.55%
G = 22.65%
B = 76.8%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01298B (or 0x01298B) is known color: Smalt. HEX triplet: 01, 29 and 8B. RGB value is (1,41,139). Sum of RGB (Red+Green+Blue) = 1+41+139=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #01298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01298B is #FED674. Grayscale: #272727. Windows color (decimal): -16701045 or 9120001. OLE color: 9120001.

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

Color convert

RGB 1 41 139 -
CMYK 0.99 0.71 0 0.45
HSL 222.61º 0.99% 0.27% -
HSV(B) 222.61º 0.99% 0.55% -
XYZ 5.47 3.46 24.81 -
YUV 40.21 183.75 100.03 -
System Red Green Blue C M Y K H S L
Decimal 1 41 139 0.99 0.71 0 0.45 222.61 0.99 0.27
Hex 1 29 8B 63 47 0 2D DF 63 1B
Octal 1 51 213 143 107 0 55 337 143 33
Binary 1 101001 10001011 1100011 1000111 0 101101 11011111 1100011 11011

Color Harmonies of #01298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01298B

Black with #01298B

Text Example


Text Example

White with #01298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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