#002bc0

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

Shades of International Klein Blue #002BC0

Tints of International Klein Blue #002BC0

Color information

#002BC0 (or 0x002BC0) is unknown color: approx International Klein Blue. HEX triplet: 00, 2B and C0. RGB value is (0,43,192). Sum of RGB (Red+Green+Blue) = 0+43+192=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 192 (75.39% from 255 or 81.70% from 235); Max value from RGB is 192 - color contains mainly: blue. Hex color #002BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BC0 is #FFD43F. Grayscale: #2E2E2E. Windows color (decimal): -16766016 or 12593920. OLE color: 12593920.

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

Color convert

RGB043192-
CMYK10.7800.25
HSL226.56º100%37.65%-
HSV(B)226.56º100%75.29%-
XYZ10.385.5350.39-
YUV47.13209.7594.38-

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) = 18.30%
BLUE value IS 192 (75.39% from 255) = 81.70%
R=0%
G=18.30%
B=81.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal04319210.7800.25226.5610037.65
Hex02BC0644E019e36426
Octal05330014411603134314446
Binary01010111100000011001001001110011001111000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002bc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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