Html Css Color HEX #021CA8 International Klein Blue

📋 copy color: '#021CA8'

red 2 ◦ green 28 ◦ blue 168

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

Shades of International Klein Blue #021CA8

Tints of International Klein Blue #021CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 84.85%

R = 1.01%
G = 14.14%
B = 84.85%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#021CA8 (or 0x021CA8) is known color: International Klein Blue. HEX triplet: 02, 1C and A8. RGB value is (2,28,168). Sum of RGB (Red+Green+Blue) = 2+28+168=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 168 (66.02% from 255 or 84.85% from 198); Max value from RGB is 168 - color contains mainly: blue. Hex color #021CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021CA8 is #FDE357. Grayscale: #232323. Windows color (decimal): -16638808 or 11017218. OLE color: 11017218.

HSL color Cylindrical-coordinate representation of color #021CA8: hue angle of 230.6º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CA8 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 28 168 -
CMYK 0.99 0.83 0 0.34
HSL 230.6º 0.98% 0.33% -
HSV(B) 230.6º 0.99% 0.66% -
XYZ 7.51 3.67 37.36 -
YUV 36.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 2 28 168 0.99 0.83 0 0.34 230.6 0.98 0.33
Hex 2 1C A8 63 53 0 22 E7 62 21
Octal 2 34 250 143 123 0 42 347 142 41
Binary 10 11100 10101000 1100011 1010011 0 100010 11100111 1100010 100001

Color Harmonies of #021CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CA8

Black with #021CA8

Text Example


Text Example

White with #021CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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