Html Css Color HEX #021A9C International Klein Blue

📋 copy color: '#021A9C'

red 2 ◦ green 26 ◦ blue 156

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

Shades of International Klein Blue #021A9C

Tints of International Klein Blue #021A9C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

 BLUE value IS 156 (61.33% from 255) = 84.78%

R = 1.09%
G = 14.13%
B = 84.78%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#021A9C (or 0x021A9C) is known color: International Klein Blue. HEX triplet: 02, 1A and 9C. RGB value is (2,26,156). Sum of RGB (Red+Green+Blue) = 2+26+156=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 156 (61.33% from 255 or 84.78% from 184); Max value from RGB is 156 - color contains mainly: blue. Hex color #021A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A9C is #FDE563. Grayscale: #212121. Windows color (decimal): -16639332 or 10230274. OLE color: 10230274.

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

Color convert

RGB 2 26 156 -
CMYK 0.99 0.83 0 0.39
HSL 230.65º 0.97% 0.31% -
HSV(B) 230.65º 0.99% 0.61% -
XYZ 6.4 3.15 31.72 -
YUV 33.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 2 26 156 0.99 0.83 0 0.39 230.65 0.97 0.31
Hex 2 1A 9C 63 53 0 27 E7 61 1F
Octal 2 32 234 143 123 0 47 347 141 37
Binary 10 11010 10011100 1100011 1010011 0 100111 11100111 1100001 11111

Color Harmonies of #021A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A9C

Black with #021A9C

Text Example


Text Example

White with #021A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,26,156); }

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

background-color css

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

 a { background-color: rgb(2,26,156); }

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

border-color css

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

 span { border-color: rgb(2,26,156); }

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