Html Css Color HEX #012788 Smalt

📋 copy color: '#012788'

red 1 ◦ green 39 ◦ blue 136

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

Shades of Smalt #012788

Tints of Smalt #012788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 0.57%
G = 22.16%
B = 77.27%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#012788 (or 0x012788) is known color: Smalt. HEX triplet: 01, 27 and 88. RGB value is (1,39,136). Sum of RGB (Red+Green+Blue) = 1+39+136=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #012788 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012788 is #FED877. Grayscale: #262626. Windows color (decimal): -16701560 or 8922881. OLE color: 8922881.

HSL color Cylindrical-coordinate representation of color #012788: hue angle of 223.11º 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 #012788 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 39 136 -
CMYK 0.99 0.71 0 0.47
HSL 223.11º 0.99% 0.27% -
HSV(B) 223.11º 0.99% 0.53% -
XYZ 5.18 3.24 23.64 -
YUV 38.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 1 39 136 0.99 0.71 0 0.47 223.11 0.99 0.27
Hex 1 27 88 63 47 0 2F DF 63 1B
Octal 1 47 210 143 107 0 57 337 143 33
Binary 1 100111 10001000 1100011 1000111 0 101111 11011111 1100011 11011

Color Harmonies of #012788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012788

Black with #012788

Text Example


Text Example

White with #012788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012788; }

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

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

background-color css

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

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

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

border-color css

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

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

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