#002CBD

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

Shades of International Klein Blue #002CBD

Tints of International Klein Blue #002CBD

Color information

#002CBD (or 0x002CBD) is unknown color: approx International Klein Blue. HEX triplet: 00, 2C and BD. RGB value is (0,44,189). Sum of RGB (Red+Green+Blue) = 0+44+189=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #002CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CBD is #FFD342. Grayscale: #2E2E2E. Windows color (decimal): -16765763 or 12397568. OLE color: 12397568.

HSL color Cylindrical-coordinate representation of color #002CBD: hue angle of 226.03º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CBD is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB044189-
CMYK10.7700.26
HSL226.03º100%37.06%-
HSV(B)226.03º100%74.12%-
XYZ10.095.4848.67-
YUV47.37207.9294.21-

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) = 18.88%
BLUE value IS 189 (74.22% from 255) = 81.12%
R=0%
G=18.88%
B=81.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal04418910.7700.26226.0310037.06
Hex02CBD644D01Ae26425
Octal05427514411503234214445
Binary01011001011110111001001001101011010111000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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