Html Css Color HEX #021EBA International Klein Blue

📋 copy color: '#021EBA'

red 2 ◦ green 30 ◦ blue 186

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

Shades of International Klein Blue #021EBA

Tints of International Klein Blue #021EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

 BLUE value IS 186 (73.05% from 255) = 85.32%

R = 0.92%
G = 13.76%
B = 85.32%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#021EBA (or 0x021EBA) is known color: International Klein Blue. HEX triplet: 02, 1E and BA. RGB value is (2,30,186). Sum of RGB (Red+Green+Blue) = 2+30+186=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #021EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EBA is #FDE145. Grayscale: #262626. Windows color (decimal): -16638278 or 12197378. OLE color: 12197378.

HSL color Cylindrical-coordinate representation of color #021EBA: hue angle of 230.87º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EBA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 30 186 -
CMYK 0.99 0.84 0 0.27
HSL 230.87º 0.98% 0.37% -
HSV(B) 230.87º 0.99% 0.73% -
XYZ 9.35 4.49 46.83 -
YUV 39.41 210.72 101.32 -
System Red Green Blue C M Y K H S L
Decimal 2 30 186 0.99 0.84 0 0.27 230.87 0.98 0.37
Hex 2 1E BA 63 54 0 1B E7 62 25
Octal 2 36 272 143 124 0 33 347 142 45
Binary 10 11110 10111010 1100011 1010100 0 11011 11100111 1100010 100101

Color Harmonies of #021EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021EBA

Black with #021EBA

Text Example


Text Example

White with #021EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,30,186); }

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

background-color css

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

 a { background-color: rgb(2,30,186); }

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

border-color css

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

 span { border-color: rgb(2,30,186); }

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