#061EB3

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

Shades of International Klein Blue #061EB3

Tints of International Klein Blue #061EB3

Color information

#061EB3 (or 0x061EB3) is unknown color: approx International Klein Blue. HEX triplet: 06, 1E and B3. RGB value is (6,30,179). Sum of RGB (Red+Green+Blue) = 6+30+179=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 179 (70.31% from 255 or 83.26% from 215); Max value from RGB is 179 - color contains mainly: blue. Hex color #061EB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061EB3 is #F9E14C. Grayscale: #272727. Windows color (decimal): -16376141 or 11738630. OLE color: 11738630.

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

Color convert

RGB630179-
CMYK0.970.8300.30
HSL231.68º93.51%36.27%-
HSV(B)231.68º96.65%70.2%-
XYZ8.684.2243.01-
YUV39.81206.55103.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 179 (70.31% from 255) = 83.26%
R=2.79%
G=13.95%
B=83.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6301790.970.8300.30231.6893.5136.27
Hex61EB3615301Ee85e24
Octal63626314112303635013644
Binary110111101011001111000011010011011110111010001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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