Html Css Color HEX #021C9C International Klein Blue

📋 copy color: '#021C9C'

red 2 ◦ green 28 ◦ blue 156

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

Shades of International Klein Blue #021C9C

Tints of International Klein Blue #021C9C

RGB

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

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

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

R = 1.08%
G = 15.05%
B = 83.87%

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

#021C9C (or 0x021C9C) is known color: International Klein Blue. HEX triplet: 02, 1C and 9C. RGB value is (2,28,156). Sum of RGB (Red+Green+Blue) = 2+28+156=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #021C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C9C is #FDE363. Grayscale: #222222. Windows color (decimal): -16638820 or 10230786. OLE color: 10230786.

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

Color convert

RGB 2 28 156 -
CMYK 0.99 0.82 0 0.39
HSL 229.87º 0.97% 0.31% -
HSV(B) 229.87º 0.99% 0.61% -
XYZ 6.44 3.24 31.74 -
YUV 34.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 2 28 156 0.99 0.82 0 0.39 229.87 0.97 0.31
Hex 2 1C 9C 63 52 0 27 E6 61 1F
Octal 2 34 234 143 122 0 47 346 141 37
Binary 10 11100 10011100 1100011 1010010 0 100111 11100110 1100001 11111

Color Harmonies of #021C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C9C

Black with #021C9C

Text Example


Text Example

White with #021C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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