#002EAF

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

Shades of International Klein Blue #002EAF

Tints of International Klein Blue #002EAF

Color information

#002EAF (or 0x002EAF) is unknown color: approx International Klein Blue. HEX triplet: 00, 2E and AF. RGB value is (0,46,175). Sum of RGB (Red+Green+Blue) = 0+46+175=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #002EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002EAF is #FFD150. Grayscale: #2E2E2E. Windows color (decimal): -16765265 or 11480576. OLE color: 11480576.

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

Color convert

RGB046175-
CMYK10.7400.31
HSL224.23º100%34.31%-
HSV(B)224.23º100%68.63%-
XYZ8.715.0541.07-
YUV46.95200.2694.51-

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) = 20.81%
BLUE value IS 175 (68.75% from 255) = 79.19%
R=0%
G=20.81%
B=79.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal04617510.7400.31224.2310034.31
Hex02EAF644A01Fe06422
Octal05625714411203734014442
Binary01011101010111111001001001010011111111000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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