#061EA1

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

Shades of International Klein Blue #061EA1

Tints of International Klein Blue #061EA1

Color information

#061EA1 (or 0x061EA1) is unknown color: approx International Klein Blue. HEX triplet: 06, 1E and A1. RGB value is (6,30,161). Sum of RGB (Red+Green+Blue) = 6+30+161=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 161 (63.28% from 255 or 81.73% from 197); Max value from RGB is 161 - color contains mainly: blue. Hex color #061EA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061EA1 is #F9E15E. Grayscale: #252525. Windows color (decimal): -16376159 or 10558982. OLE color: 10558982.

HSL color Cylindrical-coordinate representation of color #061EA1: hue angle of 230.71º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061EA1 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB630161-
CMYK0.960.8100.37
HSL230.71º92.81%32.75%-
HSV(B)230.71º96.27%63.14%-
XYZ6.973.5434.03-
YUV37.76197.55105.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 161 (63.28% from 255) = 81.73%
R=3.05%
G=15.23%
B=81.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6301610.960.8100.37230.7192.8132.75
Hex61EA16051025e75d21
Octal63624114012104534713541
Binary1101111010100001110000010100010100101111001111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,30,161); }

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

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

 a { background-color: rgb(6,30,161); }

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

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

 span { border-color: rgb(6,30,161); }

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