Html Css Color HEX #01289B Smalt

📋 copy color: '#01289B'

red 1 ◦ green 40 ◦ blue 155

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

Shades of Smalt #01289B

Tints of Smalt #01289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

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

R = 0.51%
G = 20.41%
B = 79.08%

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

#01289B (or 0x01289B) is known color: Smalt. HEX triplet: 01, 28 and 9B. RGB value is (1,40,155). Sum of RGB (Red+Green+Blue) = 1+40+155=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #01289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01289B is #FED764. Grayscale: #282828. Windows color (decimal): -16701285 or 10168321. OLE color: 10168321.

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

Color convert

RGB 1 40 155 -
CMYK 0.99 0.74 0 0.39
HSL 224.81º 0.99% 0.31% -
HSV(B) 224.81º 0.99% 0.61% -
XYZ 6.69 3.89 31.41 -
YUV 41.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 1 40 155 0.99 0.74 0 0.39 224.81 0.99 0.31
Hex 1 28 9B 63 4A 0 27 E1 63 1F
Octal 1 50 233 143 112 0 47 341 143 37
Binary 1 101000 10011011 1100011 1001010 0 100111 11100001 1100011 11111

Color Harmonies of #01289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01289B

Black with #01289B

Text Example


Text Example

White with #01289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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