#002EBA

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

Shades of International Klein Blue #002EBA

Tints of International Klein Blue #002EBA

Color information

#002EBA (or 0x002EBA) is unknown color: approx International Klein Blue. HEX triplet: 00, 2E and BA. RGB value is (0,46,186). Sum of RGB (Red+Green+Blue) = 0+46+186=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #002EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EBA is #FFD145. Grayscale: #2F2F2F. Windows color (decimal): -16765254 or 12201472. OLE color: 12201472.

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

Color convert

RGB046186-
CMYK10.7500.27
HSL225.16º100%36.47%-
HSV(B)225.16º100%72.94%-
XYZ9.845.547-
YUV48.21205.7693.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 186 (73.05% from 255) = 80.17%
R=0%
G=19.83%
B=80.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal04618610.7500.27225.1610036.47
Hex02EBA644B01Be16424
Octal05627214411303334114444
Binary01011101011101011001001001011011011111000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,46,186); }

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

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

 a { background-color: rgb(0,46,186); }

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

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

 span { border-color: rgb(0,46,186); }

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