Html Css Color HEX #021C9F International Klein Blue

📋 copy color: '#021C9F'

red 2 ◦ green 28 ◦ blue 159

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

Shades of International Klein Blue #021C9F

Tints of International Klein Blue #021C9F

RGB

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

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

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

R = 1.06%
G = 14.81%
B = 84.13%

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

#021C9F (or 0x021C9F) is known color: International Klein Blue. HEX triplet: 02, 1C and 9F. RGB value is (2,28,159). Sum of RGB (Red+Green+Blue) = 2+28+159=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 159 (62.5% from 255 or 84.13% from 189); Max value from RGB is 159 - color contains mainly: blue. Hex color #021C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C9F is #FDE360. Grayscale: #222222. Windows color (decimal): -16638817 or 10427394. OLE color: 10427394.

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

Color convert

RGB 2 28 159 -
CMYK 0.99 0.82 0 0.38
HSL 230.06º 0.98% 0.32% -
HSV(B) 230.06º 0.99% 0.62% -
XYZ 6.7 3.35 33.09 -
YUV 35.16 197.89 104.35 -
System Red Green Blue C M Y K H S L
Decimal 2 28 159 0.99 0.82 0 0.38 230.06 0.98 0.32
Hex 2 1C 9F 63 52 0 26 E6 62 20
Octal 2 34 237 143 122 0 46 346 142 40
Binary 10 11100 10011111 1100011 1010010 0 100110 11100110 1100010 100000

Color Harmonies of #021C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C9F

Black with #021C9F

Text Example


Text Example

White with #021C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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