#061FB5

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

Shades of International Klein Blue #061FB5

Tints of International Klein Blue #061FB5

Color information

#061FB5 (or 0x061FB5) is unknown color: approx International Klein Blue. HEX triplet: 06, 1F and B5. RGB value is (6,31,181). Sum of RGB (Red+Green+Blue) = 6+31+181=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 181 (71.09% from 255 or 83.03% from 218); Max value from RGB is 181 - color contains mainly: blue. Hex color #061FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FB5 is #F9E04A. Grayscale: #282828. Windows color (decimal): -16375883 or 11869958. OLE color: 11869958.

HSL color Cylindrical-coordinate representation of color #061FB5: hue angle of 231.43º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061FB5 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB631181-
CMYK0.970.8300.29
HSL231.43º93.58%36.67%-
HSV(B)231.43º96.69%70.98%-
XYZ8.914.3544.09-
YUV40.62207.22103.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 181 (71.09% from 255) = 83.03%
R=2.75%
G=14.22%
B=83.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6311810.970.8300.29231.4393.5836.67
Hex61FB5615301De75e25
Octal63726514112303534713645
Binary110111111011010111000011010011011101111001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061FB5; }

 p { color: rgb(6,31,181); }

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

<style>
 a { background-color: #061FB5; }

 a { background-color: rgb(6,31,181); }

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

<style>
 span { border-color: #061FB5; }

 span { border-color: rgb(6,31,181); }

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