Html Css Color HEX #01259A Smalt

📋 copy color: '#01259A'

red 1 ◦ green 37 ◦ blue 154

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

Shades of Smalt #01259A

Tints of Smalt #01259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 0.52%
G = 19.27%
B = 80.21%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01259A (or 0x01259A) is known color: Smalt. HEX triplet: 01, 25 and 9A. RGB value is (1,37,154). Sum of RGB (Red+Green+Blue) = 1+37+154=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #01259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01259A is #FEDA65. Grayscale: #272727. Windows color (decimal): -16702054 or 10102017. OLE color: 10102017.

HSL color Cylindrical-coordinate representation of color #01259A: hue angle of 225.88º 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 #01259A is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 37 154 -
CMYK 0.99 0.76 0 0.40
HSL 225.88º 0.99% 0.3% -
HSV(B) 225.88º 0.99% 0.6% -
XYZ 6.51 3.66 30.94 -
YUV 39.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 1 37 154 0.99 0.76 0 0.40 225.88 0.99 0.3
Hex 1 25 9A 63 4C 0 28 E2 63 1E
Octal 1 45 232 143 114 0 50 342 143 36
Binary 1 100101 10011010 1100011 1001100 0 101000 11100010 1100011 11110

Color Harmonies of #01259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01259A

Black with #01259A

Text Example


Text Example

White with #01259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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