Html Css Color HEX #021CBE International Klein Blue

📋 copy color: '#021CBE'

red 2 ◦ green 28 ◦ blue 190

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

Shades of International Klein Blue #021CBE

Tints of International Klein Blue #021CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 86.36%

R = 0.91%
G = 12.73%
B = 86.36%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#021CBE (or 0x021CBE) is known color: International Klein Blue. HEX triplet: 02, 1C and BE. RGB value is (2,28,190). Sum of RGB (Red+Green+Blue) = 2+28+190=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 190 (74.61% from 255 or 86.36% from 220); Max value from RGB is 190 - color contains mainly: blue. Hex color #021CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CBE is #FDE341. Grayscale: #262626. Windows color (decimal): -16638786 or 12459010. OLE color: 12459010.

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

Color convert

RGB 2 28 190 -
CMYK 0.99 0.85 0 0.25
HSL 231.7º 0.98% 0.38% -
HSV(B) 231.7º 0.99% 0.75% -
XYZ 9.73 4.56 49.08 -
YUV 38.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 2 28 190 0.99 0.85 0 0.25 231.7 0.98 0.38
Hex 2 1C BE 63 55 0 19 E8 62 26
Octal 2 34 276 143 125 0 31 350 142 46
Binary 10 11100 10111110 1100011 1010101 0 11001 11101000 1100010 100110

Color Harmonies of #021CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CBE

Black with #021CBE

Text Example


Text Example

White with #021CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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