Html Css Color HEX #021D9F International Klein Blue

📋 copy color: '#021D9F'

red 2 ◦ green 29 ◦ blue 159

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

Shades of International Klein Blue #021D9F

Tints of International Klein Blue #021D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 83.68%

R = 1.05%
G = 15.26%
B = 83.68%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#021D9F (or 0x021D9F) is known color: International Klein Blue. HEX triplet: 02, 1D and 9F. RGB value is (2,29,159). Sum of RGB (Red+Green+Blue) = 2+29+159=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #021D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D9F is #FDE260. Grayscale: #232323. Windows color (decimal): -16638561 or 10427650. OLE color: 10427650.

HSL color Cylindrical-coordinate representation of color #021D9F: hue angle of 229.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021D9F is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 29 159 -
CMYK 0.99 0.82 0 0.38
HSL 229.68º 0.98% 0.32% -
HSV(B) 229.68º 0.99% 0.62% -
XYZ 6.72 3.39 33.1 -
YUV 35.75 197.55 103.93 -
System Red Green Blue C M Y K H S L
Decimal 2 29 159 0.99 0.82 0 0.38 229.68 0.98 0.32
Hex 2 1D 9F 63 52 0 26 E6 62 20
Octal 2 35 237 143 122 0 46 346 142 40
Binary 10 11101 10011111 1100011 1010010 0 100110 11100110 1100010 100000

Color Harmonies of #021D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D9F

Black with #021D9F

Text Example


Text Example

White with #021D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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