#002faa

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

Shades of International Klein Blue #002FAA

Tints of International Klein Blue #002FAA

Color information

#002FAA (or 0x002FAA) is unknown color: approx International Klein Blue. HEX triplet: 00, 2F and AA. RGB value is (0,47,170). Sum of RGB (Red+Green+Blue) = 0+47+170=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #002FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002FAA is #FFD055. Grayscale: #2E2E2E. Windows color (decimal): -16765014 or 11153152. OLE color: 11153152.

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

Color convert

RGB047170-
CMYK10.7200.33
HSL223.41º100%33.33%-
HSV(B)223.41º100%66.67%-
XYZ8.274.9438.55-
YUV46.97197.4394.5-

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.66%
BLUE value IS 170 (66.80% from 255) = 78.34%
R=0%
G=21.66%
B=78.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal04717010.7200.33223.4110033.33
Hex02FAA6448021df6421
Octal05725214411004133714441
Binary010111110101010110010010010000100001110111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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