Html Css Color HEX #01299A Smalt

📋 copy color: '#01299A'

red 1 ◦ green 41 ◦ blue 154

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

Shades of Smalt #01299A

Tints of Smalt #01299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.57%

R = 0.51%
G = 20.92%
B = 78.57%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01299A (or 0x01299A) is known color: Smalt. HEX triplet: 01, 29 and 9A. RGB value is (1,41,154). Sum of RGB (Red+Green+Blue) = 1+41+154=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #01299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01299A is #FED665. Grayscale: #292929. Windows color (decimal): -16701030 or 10103041. OLE color: 10103041.

HSL color Cylindrical-coordinate representation of color #01299A: hue angle of 224.31º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01299A is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 41 154 -
CMYK 0.99 0.73 0 0.40
HSL 224.31º 0.99% 0.3% -
HSV(B) 224.31º 0.99% 0.6% -
XYZ 6.64 3.93 30.98 -
YUV 41.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 1 41 154 0.99 0.73 0 0.40 224.31 0.99 0.3
Hex 1 29 9A 63 49 0 28 E0 63 1E
Octal 1 51 232 143 111 0 50 340 143 36
Binary 1 101001 10011010 1100011 1001001 0 101000 11100000 1100011 11110

Color Harmonies of #01299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01299A

Black with #01299A

Text Example


Text Example

White with #01299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01299A; }

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

 H1.HeaderClassName
 {
   color: #01299A;
 }
 .AnyTagClassName
 {
   color: #01299A;
 }
</style>

background-color css

<style>
 a { background-color: #01299A; }

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

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

border-color css

<style>
 span { border-color: #01299A; }

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

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