Html Css Color HEX #021BBA International Klein Blue

📋 copy color: '#021BBA'

red 2 ◦ green 27 ◦ blue 186

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

Shades of International Klein Blue #021BBA

Tints of International Klein Blue #021BBA

RGB

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

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

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

R = 0.93%
G = 12.56%
B = 86.51%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#021BBA (or 0x021BBA) is known color: International Klein Blue. HEX triplet: 02, 1B and BA. RGB value is (2,27,186). Sum of RGB (Red+Green+Blue) = 2+27+186=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #021BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BBA is #FDE445. Grayscale: #242424. Windows color (decimal): -16639046 or 12196610. OLE color: 12196610.

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

Color convert

RGB 2 27 186 -
CMYK 0.99 0.85 0 0.27
HSL 231.85º 0.98% 0.37% -
HSV(B) 231.85º 0.99% 0.73% -
XYZ 9.28 4.34 46.8 -
YUV 37.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 2 27 186 0.99 0.85 0 0.27 231.85 0.98 0.37
Hex 2 1B BA 63 55 0 1B E8 62 25
Octal 2 33 272 143 125 0 33 350 142 45
Binary 10 11011 10111010 1100011 1010101 0 11011 11101000 1100010 100101

Color Harmonies of #021BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021BBA

Black with #021BBA

Text Example


Text Example

White with #021BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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