#002FA7

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

Shades of International Klein Blue #002FA7

Tints of International Klein Blue #002FA7

Color information

#002FA7 (or 0x002FA7) is unknown color: approx International Klein Blue. HEX triplet: 00, 2F and A7. RGB value is (0,47,167). Sum of RGB (Red+Green+Blue) = 0+47+167=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 167 (65.62% from 255 or 78.04% from 214); Max value from RGB is 167 - color contains mainly: blue. Hex color #002FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FA7 is #FFD058. Grayscale: #2E2E2E. Windows color (decimal): -16765017 or 10956544. OLE color: 10956544.

HSL color Cylindrical-coordinate representation of color #002FA7: hue angle of 223.11º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FA7 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB047167-
CMYK10.7200.35
HSL223.11º100%32.75%-
HSV(B)223.11º100%65.49%-
XYZ7.994.8237.07-
YUV46.63195.9394.74-

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.96%
BLUE value IS 167 (65.62% from 255) = 78.04%
R=0%
G=21.96%
B=78.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal04716710.7200.35223.1110032.75
Hex02FA76448023df6421
Octal05724714411004333714441
Binary010111110100111110010010010000100011110111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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