#051FA4

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

Shades of International Klein Blue #051FA4

Tints of International Klein Blue #051FA4

Color information

#051FA4 (or 0x051FA4) is unknown color: approx International Klein Blue. HEX triplet: 05, 1F and A4. RGB value is (5,31,164). Sum of RGB (Red+Green+Blue) = 5+31+164=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #051FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FA4 is #FAE05B. Grayscale: #252525. Windows color (decimal): -16441436 or 10755845. OLE color: 10755845.

HSL color Cylindrical-coordinate representation of color #051FA4: hue angle of 230.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051FA4 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB531164-
CMYK0.970.8100.36
HSL230.19º94.08%33.14%-
HSV(B)230.19º96.95%64.31%-
XYZ7.253.6935.45-
YUV38.39198.89104.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 164 (64.45% from 255) = 82%
R=2.5%
G=15.5%
B=82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5311640.970.8100.36230.1994.0833.14
Hex51FA46151024e65e21
Octal53724414112104434613641
Binary1011111110100100110000110100010100100111001101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051FA4; }

 p { color: rgb(5,31,164); }

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

<style>
 a { background-color: #051FA4; }

 a { background-color: rgb(5,31,164); }

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

<style>
 span { border-color: #051FA4; }

 span { border-color: rgb(5,31,164); }

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