#051A9B

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

Shades of International Klein Blue #051A9B

Tints of International Klein Blue #051A9B

Color information

#051A9B (or 0x051A9B) is unknown color: approx International Klein Blue. HEX triplet: 05, 1A and 9B. RGB value is (5,26,155). Sum of RGB (Red+Green+Blue) = 5+26+155=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 155 (60.94% from 255 or 83.33% from 186); Max value from RGB is 155 - color contains mainly: blue. Hex color #051A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A9B is #FAE564. Grayscale: #212121. Windows color (decimal): -16442725 or 10164741. OLE color: 10164741.

HSL color Cylindrical-coordinate representation of color #051A9B: hue angle of 231.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051A9B is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB526155-
CMYK0.970.8300.39
HSL231.6º93.75%31.37%-
HSV(B)231.6º96.77%60.78%-
XYZ6.353.1431.28-
YUV34.43196.04107.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 155 (60.94% from 255) = 83.33%
R=2.69%
G=13.98%
B=83.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5261550.970.8300.39231.693.7531.37
Hex51A9B6153027e85e1f
Octal53223314112304735013637
Binary101110101001101111000011010011010011111101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,26,155); }

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

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

 a { background-color: rgb(5,26,155); }

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

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

 span { border-color: rgb(5,26,155); }

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