Html Css Color HEX #021A99 International Klein Blue

📋 copy color: '#021A99'

red 2 ◦ green 26 ◦ blue 153

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

Shades of International Klein Blue #021A99

Tints of International Klein Blue #021A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.36%

 BLUE value IS 153 (60.16% from 255) = 84.53%

R = 1.1%
G = 14.36%
B = 84.53%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#021A99 (or 0x021A99) is known color: International Klein Blue. HEX triplet: 02, 1A and 99. RGB value is (2,26,153). Sum of RGB (Red+Green+Blue) = 2+26+153=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #021A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A99 is #FDE566. Grayscale: #202020. Windows color (decimal): -16639335 or 10033666. OLE color: 10033666.

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

Color convert

RGB 2 26 153 -
CMYK 0.99 0.83 0 0.4
HSL 230.46º 0.97% 0.3% -
HSV(B) 230.46º 0.99% 0.6% -
XYZ 6.14 3.05 30.4 -
YUV 33.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 2 26 153 0.99 0.83 0 0.4 230.46 0.97 0.3
Hex 2 1A 99 63 53 0 28 E6 61 1E
Octal 2 32 231 143 123 0 50 346 141 36
Binary 10 11010 10011001 1100011 1010011 0 101000 11100110 1100001 11110

Color Harmonies of #021A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A99

Black with #021A99

Text Example


Text Example

White with #021A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,26,153); }

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

background-color css

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

 a { background-color: rgb(2,26,153); }

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

border-color css

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

 span { border-color: rgb(2,26,153); }

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