#002CA6

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

Shades of International Klein Blue #002CA6

Tints of International Klein Blue #002CA6

Color information

#002CA6 (or 0x002CA6) is unknown color: approx International Klein Blue. HEX triplet: 00, 2C and A6. RGB value is (0,44,166). Sum of RGB (Red+Green+Blue) = 0+44+166=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #002CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002CA6 is #FFD359. Grayscale: #2C2C2C. Windows color (decimal): -16765786 or 10890240. OLE color: 10890240.

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

Color convert

RGB044166-
CMYK10.7300.35
HSL224.1º100%32.55%-
HSV(B)224.1º100%65.1%-
XYZ7.784.5536.55-
YUV44.75196.4296.08-

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.95%
BLUE value IS 166 (65.23% from 255) = 79.05%
R=0%
G=20.95%
B=79.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal04416610.7300.35224.110032.55
Hex02CA66449023e06421
Octal05424614411104334014441
Binary010110010100110110010010010010100011111000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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