#002CAD

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

Shades of International Klein Blue #002CAD

Tints of International Klein Blue #002CAD

Color information

#002CAD (or 0x002CAD) is unknown color: approx International Klein Blue. HEX triplet: 00, 2C and AD. RGB value is (0,44,173). Sum of RGB (Red+Green+Blue) = 0+44+173=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #002CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002CAD is #FFD352. Grayscale: #2C2C2C. Windows color (decimal): -16765779 or 11348992. OLE color: 11348992.

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

Color convert

RGB044173-
CMYK10.7500.32
HSL224.74º100%33.92%-
HSV(B)224.74º100%67.84%-
XYZ8.444.8240.02-
YUV45.55199.9295.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 173 (67.97% from 255) = 79.72%
R=0%
G=20.28%
B=79.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal04417310.7500.32224.7410033.92
Hex02CAD644B020e16422
Octal05425514411304034114442
Binary010110010101101110010010010110100000111000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,44,173); }

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

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

 a { background-color: rgb(0,44,173); }

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

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

 span { border-color: rgb(0,44,173); }

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