Html Css Color HEX #021BA3 International Klein Blue

📋 copy color: '#021BA3'

red 2 ◦ green 27 ◦ blue 163

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

Shades of International Klein Blue #021BA3

Tints of International Klein Blue #021BA3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.06%

 BLUE value IS 163 (64.06% from 255) = 84.9%

R = 1.04%
G = 14.06%
B = 84.9%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#021BA3 (or 0x021BA3) is known color: International Klein Blue. HEX triplet: 02, 1B and A3. RGB value is (2,27,163). Sum of RGB (Red+Green+Blue) = 2+27+163=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 163 (64.06% from 255 or 84.90% from 192); Max value from RGB is 163 - color contains mainly: blue. Hex color #021BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BA3 is #FDE45C. Grayscale: #222222. Windows color (decimal): -16639069 or 10689282. OLE color: 10689282.

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

Color convert

RGB 2 27 163 -
CMYK 0.99 0.83 0 0.36
HSL 230.68º 0.98% 0.32% -
HSV(B) 230.68º 0.99% 0.64% -
XYZ 7.03 3.44 34.94 -
YUV 35.03 200.22 104.44 -
System Red Green Blue C M Y K H S L
Decimal 2 27 163 0.99 0.83 0 0.36 230.68 0.98 0.32
Hex 2 1B A3 63 53 0 24 E7 62 20
Octal 2 33 243 143 123 0 44 347 142 40
Binary 10 11011 10100011 1100011 1010011 0 100100 11100111 1100010 100000

Color Harmonies of #021BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021BA3

Black with #021BA3

Text Example


Text Example

White with #021BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,27,163); }

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

background-color css

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

 a { background-color: rgb(2,27,163); }

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

border-color css

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

 span { border-color: rgb(2,27,163); }

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