#002BAC

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

Shades of International Klein Blue #002BAC

Tints of International Klein Blue #002BAC

Color information

#002BAC (or 0x002BAC) is unknown color: approx International Klein Blue. HEX triplet: 00, 2B and AC. RGB value is (0,43,172). Sum of RGB (Red+Green+Blue) = 0+43+172=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #002BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BAC is #FFD453. Grayscale: #2C2C2C. Windows color (decimal): -16766036 or 11283200. OLE color: 11283200.

HSL color Cylindrical-coordinate representation of color #002BAC: hue angle of 225º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BAC is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB043172-
CMYK10.7500.33
HSL225º100%33.73%-
HSV(B)225º100%67.45%-
XYZ8.314.7139.5-
YUV44.85199.7596.01-

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) = 20%
BLUE value IS 172 (67.58% from 255) = 80%
R=0%
G=20%
B=80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal04317210.7500.3322510033.73
Hex02BAC644B021e16422
Octal05325414411304134114442
Binary010101110101100110010010010110100001111000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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