Html Css Color HEX #021C9A International Klein Blue

📋 copy color: '#021C9A'

red 2 ◦ green 28 ◦ blue 154

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

Shades of International Klein Blue #021C9A

Tints of International Klein Blue #021C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 83.7%

R = 1.09%
G = 15.22%
B = 83.7%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#021C9A (or 0x021C9A) is known color: International Klein Blue. HEX triplet: 02, 1C and 9A. RGB value is (2,28,154). Sum of RGB (Red+Green+Blue) = 2+28+154=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #021C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C9A is #FDE365. Grayscale: #222222. Windows color (decimal): -16638822 or 10099714. OLE color: 10099714.

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

Color convert

RGB 2 28 154 -
CMYK 0.99 0.82 0 0.40
HSL 229.74º 0.97% 0.31% -
HSV(B) 229.74º 0.99% 0.6% -
XYZ 6.27 3.18 30.85 -
YUV 34.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 2 28 154 0.99 0.82 0 0.40 229.74 0.97 0.31
Hex 2 1C 9A 63 52 0 28 E6 61 1F
Octal 2 34 232 143 122 0 50 346 141 37
Binary 10 11100 10011010 1100011 1010010 0 101000 11100110 1100001 11111

Color Harmonies of #021C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C9A

Black with #021C9A

Text Example


Text Example

White with #021C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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