Html Css Color HEX #021ABB International Klein Blue

📋 copy color: '#021ABB'

red 2 ◦ green 26 ◦ blue 187

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

Shades of International Klein Blue #021ABB

Tints of International Klein Blue #021ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 187 (73.44% from 255) = 86.98%

R = 0.93%
G = 12.09%
B = 86.98%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#021ABB (or 0x021ABB) is known color: International Klein Blue. HEX triplet: 02, 1A and BB. RGB value is (2,26,187). Sum of RGB (Red+Green+Blue) = 2+26+187=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #021ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ABB is #FDE544. Grayscale: #242424. Windows color (decimal): -16639301 or 12261890. OLE color: 12261890.

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

Color convert

RGB 2 26 187 -
CMYK 0.99 0.86 0 0.27
HSL 232.22º 0.98% 0.37% -
HSV(B) 232.22º 0.99% 0.73% -
XYZ 9.36 4.34 47.36 -
YUV 37.18 212.55 102.91 -
System Red Green Blue C M Y K H S L
Decimal 2 26 187 0.99 0.86 0 0.27 232.22 0.98 0.37
Hex 2 1A BB 63 56 0 1B E8 62 25
Octal 2 32 273 143 126 0 33 350 142 45
Binary 10 11010 10111011 1100011 1010110 0 11011 11101000 1100010 100101

Color Harmonies of #021ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ABB

Black with #021ABB

Text Example


Text Example

White with #021ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,26,187); }

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

background-color css

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

 a { background-color: rgb(2,26,187); }

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

border-color css

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

 span { border-color: rgb(2,26,187); }

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