#051FBE

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

Shades of International Klein Blue #051FBE

Tints of International Klein Blue #051FBE

Color information

#051FBE (or 0x051FBE) is unknown color: approx International Klein Blue. HEX triplet: 05, 1F and BE. RGB value is (5,31,190). Sum of RGB (Red+Green+Blue) = 5+31+190=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #051FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FBE is #FAE041. Grayscale: #282828. Windows color (decimal): -16441410 or 12459781. OLE color: 12459781.

HSL color Cylindrical-coordinate representation of color #051FBE: hue angle of 231.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051FBE is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB531190-
CMYK0.970.8400.25
HSL231.57º94.87%38.24%-
HSV(B)231.57º97.37%74.51%-
XYZ9.854.7349.11-
YUV41.35211.89102.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.21%
GREEN value IS 31 (12.5% from 255) = 13.72%
BLUE value IS 190 (74.61% from 255) = 84.07%
R=2.21%
G=13.72%
B=84.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5311900.970.8400.25231.5794.8738.24
Hex51FBE6154019e85f26
Octal53727614112403135013746
Binary101111111011111011000011010100011001111010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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