Html Css Color HEX #021CBD International Klein Blue

📋 copy color: '#021CBD'

red 2 ◦ green 28 ◦ blue 189

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

Shades of International Klein Blue #021CBD

Tints of International Klein Blue #021CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 86.3%

R = 0.91%
G = 12.79%
B = 86.3%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#021CBD (or 0x021CBD) is known color: International Klein Blue. HEX triplet: 02, 1C and BD. RGB value is (2,28,189). Sum of RGB (Red+Green+Blue) = 2+28+189=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 189 (74.22% from 255 or 86.30% from 219); Max value from RGB is 189 - color contains mainly: blue. Hex color #021CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CBD is #FDE342. Grayscale: #252525. Windows color (decimal): -16638787 or 12393474. OLE color: 12393474.

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

Color convert

RGB 2 28 189 -
CMYK 0.99 0.85 0 0.26
HSL 231.66º 0.98% 0.37% -
HSV(B) 231.66º 0.99% 0.74% -
XYZ 9.63 4.52 48.51 -
YUV 38.58 212.89 101.91 -
System Red Green Blue C M Y K H S L
Decimal 2 28 189 0.99 0.85 0 0.26 231.66 0.98 0.37
Hex 2 1C BD 63 55 0 1A E8 62 25
Octal 2 34 275 143 125 0 32 350 142 45
Binary 10 11100 10111101 1100011 1010101 0 11010 11101000 1100010 100101

Color Harmonies of #021CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CBD

Black with #021CBD

Text Example


Text Example

White with #021CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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