#061CB9

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

Shades of International Klein Blue #061CB9

Tints of International Klein Blue #061CB9

Color information

#061CB9 (or 0x061CB9) is unknown color: approx International Klein Blue. HEX triplet: 06, 1C and B9. RGB value is (6,28,185). Sum of RGB (Red+Green+Blue) = 6+28+185=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 185 (72.66% from 255 or 84.47% from 219); Max value from RGB is 185 - color contains mainly: blue. Hex color #061CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CB9 is #F9E346. Grayscale: #262626. Windows color (decimal): -16376647 or 12131334. OLE color: 12131334.

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

Color convert

RGB628185-
CMYK0.970.8500.27
HSL232.63º93.72%37.45%-
HSV(B)232.63º96.76%72.55%-
XYZ9.254.3746.26-
YUV39.32210.21104.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 185 (72.66% from 255) = 84.47%
R=2.74%
G=12.79%
B=84.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6281850.970.8500.27232.6393.7237.45
Hex61CB9615501Be95e25
Octal63427114112503335113645
Binary110111001011100111000011010101011011111010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,28,185); }

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

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

 a { background-color: rgb(6,28,185); }

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

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

 span { border-color: rgb(6,28,185); }

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