Html Css Color HEX #01299C Smalt

📋 copy color: '#01299C'

red 1 ◦ green 41 ◦ blue 156

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

Shades of Smalt #01299C

Tints of Smalt #01299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 78.79%

R = 0.51%
G = 20.71%
B = 78.79%

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

#01299C (or 0x01299C) is known color: Smalt. HEX triplet: 01, 29 and 9C. RGB value is (1,41,156). Sum of RGB (Red+Green+Blue) = 1+41+156=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #01299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01299C is #FED663. Grayscale: #292929. Windows color (decimal): -16701028 or 10234113. OLE color: 10234113.

HSL color Cylindrical-coordinate representation of color #01299C: hue angle of 224.52º 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 #01299C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 41 156 -
CMYK 0.99 0.74 0 0.39
HSL 224.52º 0.99% 0.31% -
HSV(B) 224.52º 0.99% 0.61% -
XYZ 6.81 3.99 31.86 -
YUV 42.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 1 41 156 0.99 0.74 0 0.39 224.52 0.99 0.31
Hex 1 29 9C 63 4A 0 27 E1 63 1F
Octal 1 51 234 143 112 0 47 341 143 37
Binary 1 101001 10011100 1100011 1001010 0 100111 11100001 1100011 11111

Color Harmonies of #01299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01299C

Black with #01299C

Text Example


Text Example

White with #01299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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