#002BC1

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

Shades of International Klein Blue #002BC1

Tints of International Klein Blue #002BC1

Color information

#002BC1 (or 0x002BC1) is unknown color: approx International Klein Blue. HEX triplet: 00, 2B and C1. RGB value is (0,43,193). Sum of RGB (Red+Green+Blue) = 0+43+193=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 193 (75.78% from 255 or 81.78% from 236); Max value from RGB is 193 - color contains mainly: blue. Hex color #002BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BC1 is #FFD43E. Grayscale: #2E2E2E. Windows color (decimal): -16766015 or 12659456. OLE color: 12659456.

HSL color Cylindrical-coordinate representation of color #002BC1: hue angle of 226.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BC1 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB043193-
CMYK10.7800.24
HSL226.63º100%37.84%-
HSV(B)226.63º100%75.69%-
XYZ10.495.5850.98-
YUV47.24210.2594.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 193 (75.78% from 255) = 81.78%
R=0%
G=18.22%
B=81.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal04319310.7800.24226.6310037.84
Hex02BC1644E018e36426
Octal05330114411603034314446
Binary01010111100000111001001001110011000111000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002BC1; }

 p { color: rgb(0,43,193); }

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

<style>
 a { background-color: #002BC1; }

 a { background-color: rgb(0,43,193); }

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

<style>
 span { border-color: #002BC1; }

 span { border-color: rgb(0,43,193); }

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