Html Css Color HEX #012585 Smalt

📋 copy color: '#012585'

red 1 ◦ green 37 ◦ blue 133

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

Shades of Smalt #012585

Tints of Smalt #012585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 77.78%

R = 0.58%
G = 21.64%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#012585 (or 0x012585) is known color: Smalt. HEX triplet: 01, 25 and 85. RGB value is (1,37,133). Sum of RGB (Red+Green+Blue) = 1+37+133=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #012585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012585 is #FEDA7A. Grayscale: #242424. Windows color (decimal): -16702075 or 8725761. OLE color: 8725761.

HSL color Cylindrical-coordinate representation of color #012585: hue angle of 223.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012585 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 37 133 -
CMYK 0.99 0.72 0 0.48
HSL 223.64º 0.99% 0.26% -
HSV(B) 223.64º 0.99% 0.52% -
XYZ 4.91 3.02 22.52 -
YUV 37.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 1 37 133 0.99 0.72 0 0.48 223.64 0.99 0.26
Hex 1 25 85 63 48 0 30 E0 63 1A
Octal 1 45 205 143 110 0 60 340 143 32
Binary 1 100101 10000101 1100011 1001000 0 110000 11100000 1100011 11010

Color Harmonies of #012585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012585

Black with #012585

Text Example


Text Example

White with #012585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012585; }

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

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

background-color css

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

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

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

border-color css

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

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

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