#002BA0

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

Shades of International Klein Blue #002BA0

Tints of International Klein Blue #002BA0

Color information

#002BA0 (or 0x002BA0) is unknown color: approx International Klein Blue. HEX triplet: 00, 2B and A0. RGB value is (0,43,160). Sum of RGB (Red+Green+Blue) = 0+43+160=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #002BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BA0 is #FFD45F. Grayscale: #2A2A2A. Windows color (decimal): -16766048 or 10496768. OLE color: 10496768.

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

Color convert

RGB043160-
CMYK10.7300.37
HSL223.88º100%31.37%-
HSV(B)223.88º100%62.75%-
XYZ7.214.2733.7-
YUV43.48193.7596.99-

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) = 21.18%
BLUE value IS 160 (62.89% from 255) = 78.82%
R=0%
G=21.18%
B=78.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal04316010.7300.37223.8810031.37
Hex02BA06449025e0641f
Octal05324014411104534014437
Binary01010111010000011001001001001010010111100000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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