#0021B6

Color #0021B6 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0021B6

Tints of International Klein Blue #0021B6

Color information

#0021B6 (or 0x0021B6) is unknown color: approx International Klein Blue. HEX triplet: 00, 21 and B6. RGB value is (0,33,182). Sum of RGB (Red+Green+Blue) = 0+33+182=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 182 (71.48% from 255 or 84.65% from 215); Max value from RGB is 182 - color contains mainly: blue. Hex color #0021B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0021B6 is #FFDE49. Grayscale: #272727. Windows color (decimal): -16768586 or 11936000. OLE color: 11936000.

HSL color Cylindrical-coordinate representation of color #0021B6: hue angle of 229.12º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021B6 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB033182-
CMYK10.8200.29
HSL229.12º100%35.69%-
HSV(B)229.12º100%71.37%-
XYZ8.994.4744.64-
YUV40.12208.0799.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 182 (71.48% from 255) = 84.65%
R=0%
G=15.35%
B=84.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal03318210.8200.29229.1210035.69
Hex021B6645201De56424
Octal04126614412203534514444
Binary01000011011011011001001010010011101111001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0021B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0021B6; }

 p { color: rgb(0,33,182); }

 H1.HeaderClassName
 {
   color: #0021B6;
 }
 .AnyTagClassName
 {
   color: #0021B6;
 }
</style>
background-color css

<style>
 a { background-color: #0021B6; }

 a { background-color: rgb(0,33,182); }

 div.DivClassName
 {
   background-color: #0021B6;
 }
 .BgClassName
 {
   background-color: #0021B6;
 }
</style>
border-color css

<style>
 span { border-color: #0021B6; }

 span { border-color: rgb(0,33,182); }

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