Html Css Color HEX #021999 International Klein Blue

📋 copy color: '#021999'

red 2 ◦ green 25 ◦ blue 153

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

Shades of International Klein Blue #021999

Tints of International Klein Blue #021999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 1.11%
G = 13.89%
B = 85%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#021999 (or 0x021999) is known color: International Klein Blue. HEX triplet: 02, 19 and 99. RGB value is (2,25,153). Sum of RGB (Red+Green+Blue) = 2+25+153=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #021999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021999 is #FDE666. Grayscale: #202020. Windows color (decimal): -16639591 or 10033410. OLE color: 10033410.

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

Color convert

RGB 2 25 153 -
CMYK 0.99 0.84 0 0.4
HSL 230.86º 0.97% 0.3% -
HSV(B) 230.86º 0.99% 0.6% -
XYZ 6.12 3.01 30.39 -
YUV 32.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 2 25 153 0.99 0.84 0 0.4 230.86 0.97 0.3
Hex 2 19 99 63 54 0 28 E7 61 1E
Octal 2 31 231 143 124 0 50 347 141 36
Binary 10 11001 10011001 1100011 1010100 0 101000 11100111 1100001 11110

Color Harmonies of #021999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021999

Black with #021999

Text Example


Text Example

White with #021999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021999; }

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

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

background-color css

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

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

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

border-color css

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

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

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