Html Css Color HEX #021CBC International Klein Blue

📋 copy color: '#021CBC'

red 2 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #021CBC

Tints of International Klein Blue #021CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 86.24%

R = 0.92%
G = 12.84%
B = 86.24%

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

#021CBC (or 0x021CBC) is known color: International Klein Blue. HEX triplet: 02, 1C and BC. RGB value is (2,28,188). Sum of RGB (Red+Green+Blue) = 2+28+188=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #021CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CBC is #FDE343. Grayscale: #252525. Windows color (decimal): -16638788 or 12327938. OLE color: 12327938.

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

Color convert

RGB 2 28 188 -
CMYK 0.99 0.85 0 0.26
HSL 231.61º 0.98% 0.37% -
HSV(B) 231.61º 0.99% 0.74% -
XYZ 9.52 4.47 47.94 -
YUV 38.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 2 28 188 0.99 0.85 0 0.26 231.61 0.98 0.37
Hex 2 1C BC 63 55 0 1A E8 62 25
Octal 2 34 274 143 125 0 32 350 142 45
Binary 10 11100 10111100 1100011 1010101 0 11010 11101000 1100010 100101

Color Harmonies of #021CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CBC

Black with #021CBC

Text Example


Text Example

White with #021CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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