Html Css Color HEX #021CBA International Klein Blue

📋 copy color: '#021CBA'

red 2 ◦ green 28 ◦ blue 186

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

Shades of International Klein Blue #021CBA

Tints of International Klein Blue #021CBA

RGB

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

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

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

R = 0.93%
G = 12.96%
B = 86.11%

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

#021CBA (or 0x021CBA) is known color: International Klein Blue. HEX triplet: 02, 1C and BA. RGB value is (2,28,186). Sum of RGB (Red+Green+Blue) = 2+28+186=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #021CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CBA is #FDE345. Grayscale: #252525. Windows color (decimal): -16638790 or 12196866. OLE color: 12196866.

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

Color convert

RGB 2 28 186 -
CMYK 0.99 0.85 0 0.27
HSL 231.52º 0.98% 0.37% -
HSV(B) 231.52º 0.99% 0.73% -
XYZ 9.3 4.39 46.81 -
YUV 38.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 2 28 186 0.99 0.85 0 0.27 231.52 0.98 0.37
Hex 2 1C BA 63 55 0 1B E8 62 25
Octal 2 34 272 143 125 0 33 350 142 45
Binary 10 11100 10111010 1100011 1010101 0 11011 11101000 1100010 100101

Color Harmonies of #021CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CBA

Black with #021CBA

Text Example


Text Example

White with #021CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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