Html Css Color HEX #012588 Smalt

📋 copy color: '#012588'

red 1 ◦ green 37 ◦ blue 136

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

Shades of Smalt #012588

Tints of Smalt #012588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 78.16%

R = 0.57%
G = 21.26%
B = 78.16%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#012588 (or 0x012588) is known color: Smalt. HEX triplet: 01, 25 and 88. RGB value is (1,37,136). Sum of RGB (Red+Green+Blue) = 1+37+136=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #012588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012588 is #FEDA77. Grayscale: #252525. Windows color (decimal): -16702072 or 8922369. OLE color: 8922369.

HSL color Cylindrical-coordinate representation of color #012588: hue angle of 224º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012588 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 37 136 -
CMYK 0.99 0.73 0 0.47
HSL 224º 0.99% 0.27% -
HSV(B) 224º 0.99% 0.53% -
XYZ 5.12 3.11 23.62 -
YUV 37.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 1 37 136 0.99 0.73 0 0.47 224 0.99 0.27
Hex 1 25 88 63 49 0 2F E0 63 1B
Octal 1 45 210 143 111 0 57 340 143 33
Binary 1 100101 10001000 1100011 1001001 0 101111 11100000 1100011 11011

Color Harmonies of #012588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012588

Black with #012588

Text Example


Text Example

White with #012588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012588; }

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

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

background-color css

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

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

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

border-color css

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

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

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