#061A9E

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

Shades of International Klein Blue #061A9E

Tints of International Klein Blue #061A9E

Color information

#061A9E (or 0x061A9E) is unknown color: approx International Klein Blue. HEX triplet: 06, 1A and 9E. RGB value is (6,26,158). Sum of RGB (Red+Green+Blue) = 6+26+158=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #061A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A9E is #F9E561. Grayscale: #222222. Windows color (decimal): -16377186 or 10361350. OLE color: 10361350.

HSL color Cylindrical-coordinate representation of color #061A9E: hue angle of 232.11º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061A9E is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB626158-
CMYK0.960.8400.38
HSL232.11º92.68%32.16%-
HSV(B)232.11º96.2%61.96%-
XYZ6.623.2532.63-
YUV35.07197.37107.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 158 (62.11% from 255) = 83.16%
R=3.16%
G=13.68%
B=83.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6261580.960.8400.38232.1192.6832.16
Hex61A9E6054026e85d20
Octal63223614012404635013540
Binary1101101010011110110000010101000100110111010001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,158); }

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

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

 a { background-color: rgb(6,26,158); }

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

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

 span { border-color: rgb(6,26,158); }

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