Html Css Color HEX #01298D Smalt

📋 copy color: '#01298D'

red 1 ◦ green 41 ◦ blue 141

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

Shades of Smalt #01298D

Tints of Smalt #01298D

RGB

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

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

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

R = 0.55%
G = 22.4%
B = 77.05%

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

#01298D (or 0x01298D) is known color: Smalt. HEX triplet: 01, 29 and 8D. RGB value is (1,41,141). Sum of RGB (Red+Green+Blue) = 1+41+141=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #01298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01298D is #FED672. Grayscale: #282828. Windows color (decimal): -16701043 or 9251073. OLE color: 9251073.

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

Color convert

RGB 1 41 141 -
CMYK 0.99 0.71 0 0.45
HSL 222.86º 0.99% 0.28% -
HSV(B) 222.86º 0.99% 0.55% -
XYZ 5.61 3.52 25.58 -
YUV 40.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 1 41 141 0.99 0.71 0 0.45 222.86 0.99 0.28
Hex 1 29 8D 63 47 0 2D DF 63 1C
Octal 1 51 215 143 107 0 55 337 143 34
Binary 1 101001 10001101 1100011 1000111 0 101101 11011111 1100011 11100

Color Harmonies of #01298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01298D

Black with #01298D

Text Example


Text Example

White with #01298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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