Html Css Color HEX #01299B Smalt

📋 copy color: '#01299B'

red 1 ◦ green 41 ◦ blue 155

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

Shades of Smalt #01299B

Tints of Smalt #01299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 78.68%

R = 0.51%
G = 20.81%
B = 78.68%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01299B (or 0x01299B) is known color: Smalt. HEX triplet: 01, 29 and 9B. RGB value is (1,41,155). Sum of RGB (Red+Green+Blue) = 1+41+155=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #01299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01299B is #FED664. Grayscale: #292929. Windows color (decimal): -16701029 or 10168577. OLE color: 10168577.

HSL color Cylindrical-coordinate representation of color #01299B: hue angle of 224.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01299B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 41 155 -
CMYK 0.99 0.74 0 0.39
HSL 224.42º 0.99% 0.31% -
HSV(B) 224.42º 0.99% 0.61% -
XYZ 6.72 3.96 31.42 -
YUV 42.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 1 41 155 0.99 0.74 0 0.39 224.42 0.99 0.31
Hex 1 29 9B 63 4A 0 27 E0 63 1F
Octal 1 51 233 143 112 0 47 340 143 37
Binary 1 101001 10011011 1100011 1001010 0 100111 11100000 1100011 11111

Color Harmonies of #01299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01299B

Black with #01299B

Text Example


Text Example

White with #01299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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