#061CBA

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

Shades of International Klein Blue #061CBA

Tints of International Klein Blue #061CBA

Color information

#061CBA (or 0x061CBA) is unknown color: approx International Klein Blue. HEX triplet: 06, 1C and BA. RGB value is (6,28,186). Sum of RGB (Red+Green+Blue) = 6+28+186=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #061CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CBA is #F9E345. Grayscale: #262626. Windows color (decimal): -16376646 or 12196870. OLE color: 12196870.

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

Color convert

RGB628186-
CMYK0.970.8500.27
HSL232.67º93.75%37.65%-
HSV(B)232.67º96.77%72.94%-
XYZ9.354.4146.81-
YUV39.43210.71104.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 186 (73.05% from 255) = 84.55%
R=2.73%
G=12.73%
B=84.55%

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
Decimal6281860.970.8500.27232.6793.7537.65
Hex61CBA615501Be95e26
Octal63427214112503335113646
Binary110111001011101011000011010101011011111010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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