Html Css Color HEX #021D88 Smalt

📋 copy color: '#021D88'

red 2 ◦ green 29 ◦ blue 136

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

Shades of Smalt #021D88

Tints of Smalt #021D88

RGB

 RED value IS 2 (1.17% from 255) = 1.2%

 GREEN value IS 29 (11.72% from 255) = 17.37%

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

R = 1.2%
G = 17.37%
B = 81.44%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#021D88 (or 0x021D88) is known color: Smalt. HEX triplet: 02, 1D and 88. RGB value is (2,29,136). Sum of RGB (Red+Green+Blue) = 2+29+136=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 136 (53.52% from 255 or 81.44% from 167); Max value from RGB is 136 - color contains mainly: blue. Hex color #021D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D88 is #FDE277. Grayscale: #202020. Windows color (decimal): -16638584 or 8920322. OLE color: 8920322.

HSL color Cylindrical-coordinate representation of color #021D88: hue angle of 227.91º degrees, saturation: 0.97, 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 #021D88 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 29 136 -
CMYK 0.99 0.79 0 0.47
HSL 227.91º 0.97% 0.27% -
HSV(B) 227.91º 0.99% 0.53% -
XYZ 4.91 2.67 23.55 -
YUV 33.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 2 29 136 0.99 0.79 0 0.47 227.91 0.97 0.27
Hex 2 1D 88 63 4F 0 2F E4 61 1B
Octal 2 35 210 143 117 0 57 344 141 33
Binary 10 11101 10001000 1100011 1001111 0 101111 11100100 1100001 11011

Color Harmonies of #021D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D88

Black with #021D88

Text Example


Text Example

White with #021D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021D88; }

 p { color: rgb(2,29,136); }

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

background-color css

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

 a { background-color: rgb(2,29,136); }

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

border-color css

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

 span { border-color: rgb(2,29,136); }

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