Html Css Color HEX #021C9B International Klein Blue

📋 copy color: '#021C9B'

red 2 ◦ green 28 ◦ blue 155

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

Shades of International Klein Blue #021C9B

Tints of International Klein Blue #021C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

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

R = 1.08%
G = 15.14%
B = 83.78%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#021C9B (or 0x021C9B) is known color: International Klein Blue. HEX triplet: 02, 1C and 9B. RGB value is (2,28,155). Sum of RGB (Red+Green+Blue) = 2+28+155=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #021C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C9B is #FDE364. Grayscale: #222222. Windows color (decimal): -16638821 or 10165250. OLE color: 10165250.

HSL color Cylindrical-coordinate representation of color #021C9B: hue angle of 229.8º 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 #021C9B is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 28 155 -
CMYK 0.99 0.82 0 0.39
HSL 229.8º 0.97% 0.31% -
HSV(B) 229.8º 0.99% 0.61% -
XYZ 6.36 3.21 31.29 -
YUV 34.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 2 28 155 0.99 0.82 0 0.39 229.8 0.97 0.31
Hex 2 1C 9B 63 52 0 27 E6 61 1F
Octal 2 34 233 143 122 0 47 346 141 37
Binary 10 11100 10011011 1100011 1010010 0 100111 11100110 1100001 11111

Color Harmonies of #021C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C9B

Black with #021C9B

Text Example


Text Example

White with #021C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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