#002FAF

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

Shades of International Klein Blue #002FAF

Tints of International Klein Blue #002FAF

Color information

#002FAF (or 0x002FAF) is unknown color: approx International Klein Blue. HEX triplet: 00, 2F and AF. RGB value is (0,47,175). Sum of RGB (Red+Green+Blue) = 0+47+175=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #002FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FAF is #FFD050. Grayscale: #2E2E2E. Windows color (decimal): -16765009 or 11480832. OLE color: 11480832.

HSL color Cylindrical-coordinate representation of color #002FAF: hue angle of 223.89º 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 #002FAF is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB047175-
CMYK10.7300.31
HSL223.89º100%34.31%-
HSV(B)223.89º100%68.63%-
XYZ8.755.1341.09-
YUV47.54199.9394.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 175 (68.75% from 255) = 78.83%
R=0%
G=21.17%
B=78.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal04717510.7300.31223.8910034.31
Hex02FAF644901Fe06422
Octal05725714411103734014442
Binary01011111010111111001001001001011111111000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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