Html Css Color HEX #021D9B International Klein Blue

📋 copy color: '#021D9B'

red 2 ◦ green 29 ◦ blue 155

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

Shades of International Klein Blue #021D9B

Tints of International Klein Blue #021D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 83.33%

R = 1.08%
G = 15.59%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#021D9B (or 0x021D9B) is known color: International Klein Blue. HEX triplet: 02, 1D and 9B. RGB value is (2,29,155). Sum of RGB (Red+Green+Blue) = 2+29+155=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 155 (60.94% from 255 or 83.33% from 186); Max value from RGB is 155 - color contains mainly: blue. Hex color #021D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D9B is #FDE264. Grayscale: #222222. Windows color (decimal): -16638565 or 10165506. OLE color: 10165506.

HSL color Cylindrical-coordinate representation of color #021D9B: hue angle of 229.41º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021D9B is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 29 155 -
CMYK 0.99 0.81 0 0.39
HSL 229.41º 0.97% 0.31% -
HSV(B) 229.41º 0.99% 0.61% -
XYZ 6.38 3.26 31.3 -
YUV 35.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 2 29 155 0.99 0.81 0 0.39 229.41 0.97 0.31
Hex 2 1D 9B 63 51 0 27 E5 61 1F
Octal 2 35 233 143 121 0 47 345 141 37
Binary 10 11101 10011011 1100011 1010001 0 100111 11100101 1100001 11111

Color Harmonies of #021D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D9B

Black with #021D9B

Text Example


Text Example

White with #021D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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